COLOR #09D124

HEX: #09D124 RGB: (9,209,36)

Color info

#09D124 contains mainly green color. Web safe color of #09D124 is #00CC33 (or #0C3).

RGB color model

#09D124 color RGB value is (9,209,36).

RGB: (9,209,36) (4%, 82%, 14%)

RGB channels and saturation

R 9 of 255 = 4%
G 209 of 255 = 82%
B 36 of 255 = 14%

9
209
36

R + G + B ~ 33%. #09D124 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 209 + 36 = 254 (100%)
R 9 of 254 ~ 3.54%
G 209 of 254 ~ 82.28%
B 36 of 254 ~ 14.17'%

%82.28
%14.17

CMYK color model

#09D124 color CMYK value is (96,0,83,18).

  • cyan value is 95.69%
  • magenta value is 0.00%
  • yellow value is 82.78%
  • key color value is 18.04%

CMYK: (96,0,83,18)
C96M0Y83K18 (96%, 0%, 83%, 18%)
(0.96 / 0.00 / 0.83 / 0.18)

CMYK percentages

%95.69
%0
%82.78
%18.04

Codes

Color #09D124 in popluar color models

09 D1 24
RGB 9 209 36
HSL 128° 91.74% 42.75%
HSB/HSV 128° 95.69% 81.96%
CMYK 95.69% 0.00% 82.78%
18.04%

Color #09D124 in popluar number systems.

HEX 09 D1 24
Decimal 9 209 36
Binary 1001 11010001 100100
Octal 11 321 44

Shades and tints

Shades of #09D124

#09D124
(9,209,36)
#09BE21
(9,190,33)
#09AB1E
(9,171,30)
#09981B
(9,152,27)
#098518
(9,133,24)
#097215
(9,114,21)
#095F12
(9,95,18)
#094C0F
(9,76,15)
#09390C
(9,57,12)
#092609
(9,38,9)
#091306
(9,19,6)
#000000
(0,0,0)

Tints of #09D124

#09D124
(9,209,36)
#1FD537
(31,213,55)
#35D94A
(53,217,74)
#4BDD5D
(75,221,93)
#61E170
(97,225,112)
#77E583
(119,229,131)
#8DE996
(141,233,150)
#A3EDA9
(163,237,169)
#B9F1BC
(185,241,188)
#CFF5CF
(207,245,207)
#E5F9E2
(229,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09D124 color. Also use rgb(9,209,36) instead hex code.

Text Font Color

.myTextColor { color: #09D124; }

<p style="color:#09D124">This sample text font color is #09D124.</p>

This text font color is #09D124.

Background Color

.myBgColor { background-color: #09D124; }

<div style="background-color:#09D124">Inner text</div>

This div background color is #09D124.

Border color

.myBorderColor { border: 1px solid #09D124; }

<div style="border:3px solid #09D124">Div</div>

This div border color is #09D124.

Opacity

.myOpacity80 { color: #09D124; opacity: 0.8; }

<p style="color:#09D124;opacity:0.8;">80%</p>

Text with #09D124 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09D124;}

<p style="text-shadow: 3px 3px 1px #09D124">Text here.</p>

This text has shadow with #09D124 color.


.textShadow {text-shadow: 3px 3px 1px #09D124', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09D124, 5px 5px 20px red">Text here.</p>

This text has shadow with #09D124 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09D124, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09D124, Direction=45, Strength=4)">Text</p>

This text has shadow with #09D124 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09D124;
-webkit-box-shadow: 1px 1px 3px 2px #09D124;
box-shadow: 1px 1px 3px 2px #09D124;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09D124; -webkit-box-shadow: 1px 1px 3px 2px #09D124; box-shadow:1px 1px 3px 2px #09D124;">
Div content here
</div>

This div box has shadow with color #09D124.

Preview

Color preview on black background

This text has color #09D124 on black background.


Color preview on white background

This text has color #09D124 on white background.


Black color preview on #09D124 background

This text has black color on #09D124 background.


White color preview on #09D124 background

This text has white color on #09D124 background.


Related colors

Complementary color

Complementary color for #hex is #F62EDB.


I love getcolorcode.com

Triadic colors

1 #2409D1 and #D12409 with #09D124 are triadic colors.

2 #24D109 and #D10924 with #09D124 are triadic colors.