Shades of Dark Pastel Green #09CA16
Tints of Dark Pastel Green #09CA16
RGB
CMYK
RGB Variations
Color information
#09CA16 (or 0x09CA16) is known color: Dark Pastel Green. HEX triplet: 09, CA and 16. RGB value is (9,202,22). Sum of RGB (Red+Green+Blue) = 9+202+22=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 202 (79.30% from 255 or 86.70% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA16 is #F635E9. Grayscale: #7C7C7C. Windows color (decimal): -16135658 or 1493513. OLE color: 1493513.
HSL color Cylindrical-coordinate representation of color #09CA16: hue angle of 124.04º 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 #09CA16 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 22 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.21 |
| HSL | 124.04º | 0.91% | 0.41% | - |
| HSV(B) | 124.04º | 0.96% | 0.79% | - |
| XYZ | 21.38 | 42.36 | 7.81 | - |
| YUV | 123.77 | 70.56 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 22 | 0.96 | 0 | 0.89 | 0.21 | 124.04 | 0.91 | 0.41 |
| Hex | 9 | CA | 16 | 60 | 0 | 59 | 15 | 7C | 5B | 29 |
| Octal | 11 | 312 | 26 | 140 | 0 | 131 | 25 | 174 | 133 | 51 |
| Binary | 1001 | 11001010 | 10110 | 1100000 | 0 | 1011001 | 10101 | 1111100 | 1011011 | 101001 |
Color Harmonies of #09CA16
Complementary color
Monochromatic Colors of #09CA16
Black with #09CA16
Text Example
Text Example
White with #09CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA16; }
p { color: rgb(9,202,22); }
H1.HeaderClassName
{
color: #09CA16;
}
.AnyTagClassName
{
color: #09CA16;
}
</style>
background-color css
<style>
a { background-color: #09CA16; }
a { background-color: rgb(9,202,22); }
div.DivClassName
{
background-color: #09CA16;
}
.BgClassName
{
background-color: #09CA16;
}
</style>
border-color css
<style>
span { border-color: #09CA16; }
span { border-color: rgb(9,202,22); }
td.TdClassName
{
border-color: #09CA16;
}
.TagClassName
{
border-color: #09CA16;
}
</style>