Shades of Dark Pastel Green #09CC18
Tints of Dark Pastel Green #09CC18
RGB
CMYK
RGB Variations
Color information
#09CC18 (or 0x09CC18) is known color: Dark Pastel Green. HEX triplet: 09, CC and 18. RGB value is (9,204,24). Sum of RGB (Red+Green+Blue) = 9+204+24=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CC18 is #F633E7. Grayscale: #7D7D7D. Windows color (decimal): -16135144 or 1625097. OLE color: 1625097.
HSL color Cylindrical-coordinate representation of color #09CC18: hue angle of 124.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC18 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 24 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.2 |
| HSL | 124.62º | 0.92% | 0.42% | - |
| HSV(B) | 124.62º | 0.96% | 0.8% | - |
| XYZ | 21.87 | 43.31 | 8.07 | - |
| YUV | 125.18 | 70.9 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 24 | 0.96 | 0 | 0.88 | 0.2 | 124.62 | 0.92 | 0.42 |
| Hex | 9 | CC | 18 | 60 | 0 | 58 | 14 | 7D | 5C | 2A |
| Octal | 11 | 314 | 30 | 140 | 0 | 130 | 24 | 175 | 134 | 52 |
| Binary | 1001 | 11001100 | 11000 | 1100000 | 0 | 1011000 | 10100 | 1111101 | 1011100 | 101010 |
Color Harmonies of #09CC18
Complementary color
Monochromatic Colors of #09CC18
Black with #09CC18
Text Example
Text Example
White with #09CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CC18; }
p { color: rgb(9,204,24); }
H1.HeaderClassName
{
color: #09CC18;
}
.AnyTagClassName
{
color: #09CC18;
}
</style>
background-color css
<style>
a { background-color: #09CC18; }
a { background-color: rgb(9,204,24); }
div.DivClassName
{
background-color: #09CC18;
}
.BgClassName
{
background-color: #09CC18;
}
</style>
border-color css
<style>
span { border-color: #09CC18; }
span { border-color: rgb(9,204,24); }
td.TdClassName
{
border-color: #09CC18;
}
.TagClassName
{
border-color: #09CC18;
}
</style>