Shades of Dark Pastel Green #09CA18
Tints of Dark Pastel Green #09CA18
RGB
CMYK
RGB Variations
Color information
#09CA18 (or 0x09CA18) is known color: Dark Pastel Green. HEX triplet: 09, CA and 18. RGB value is (9,202,24). Sum of RGB (Red+Green+Blue) = 9+202+24=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 202 (79.30% from 255 or 85.96% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA18 is #F635E7. Grayscale: #7C7C7C. Windows color (decimal): -16135656 or 1624585. OLE color: 1624585.
HSL color Cylindrical-coordinate representation of color #09CA18: hue angle of 124.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA18 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 24 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.21 |
| HSL | 124.66º | 0.91% | 0.41% | - |
| HSV(B) | 124.66º | 0.96% | 0.79% | - |
| XYZ | 21.4 | 42.37 | 7.91 | - |
| YUV | 124 | 71.56 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 24 | 0.96 | 0 | 0.88 | 0.21 | 124.66 | 0.91 | 0.41 |
| Hex | 9 | CA | 18 | 60 | 0 | 58 | 15 | 7D | 5B | 29 |
| Octal | 11 | 312 | 30 | 140 | 0 | 130 | 25 | 175 | 133 | 51 |
| Binary | 1001 | 11001010 | 11000 | 1100000 | 0 | 1011000 | 10101 | 1111101 | 1011011 | 101001 |
Color Harmonies of #09CA18
Complementary color
Monochromatic Colors of #09CA18
Black with #09CA18
Text Example
Text Example
White with #09CA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA18; }
p { color: rgb(9,202,24); }
H1.HeaderClassName
{
color: #09CA18;
}
.AnyTagClassName
{
color: #09CA18;
}
</style>
background-color css
<style>
a { background-color: #09CA18; }
a { background-color: rgb(9,202,24); }
div.DivClassName
{
background-color: #09CA18;
}
.BgClassName
{
background-color: #09CA18;
}
</style>
border-color css
<style>
span { border-color: #09CA18; }
span { border-color: rgb(9,202,24); }
td.TdClassName
{
border-color: #09CA18;
}
.TagClassName
{
border-color: #09CA18;
}
</style>