Shades of Dark Pastel Green #09CA2F
Tints of Dark Pastel Green #09CA2F
RGB
CMYK
RGB Variations
Color information
#09CA2F (or 0x09CA2F) is known color: Dark Pastel Green. HEX triplet: 09, CA and 2F. RGB value is (9,202,47). Sum of RGB (Red+Green+Blue) = 9+202+47=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA2F is #F635D0. Grayscale: #7F7F7F. Windows color (decimal): -16135633 or 3131913. OLE color: 3131913.
HSL color Cylindrical-coordinate representation of color #09CA2F: hue angle of 131.81º 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 #09CA2F is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 47 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.21 |
| HSL | 131.81º | 0.91% | 0.41% | - |
| HSV(B) | 131.81º | 0.96% | 0.79% | - |
| XYZ | 21.75 | 42.5 | 9.75 | - |
| YUV | 126.62 | 83.06 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 47 | 0.96 | 0 | 0.77 | 0.21 | 131.81 | 0.91 | 0.41 |
| Hex | 9 | CA | 2F | 60 | 0 | 4D | 15 | 84 | 5B | 29 |
| Octal | 11 | 312 | 57 | 140 | 0 | 115 | 25 | 204 | 133 | 51 |
| Binary | 1001 | 11001010 | 101111 | 1100000 | 0 | 1001101 | 10101 | 10000100 | 1011011 | 101001 |
Color Harmonies of #09CA2F
Complementary color
Monochromatic Colors of #09CA2F
Black with #09CA2F
Text Example
Text Example
White with #09CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA2F; }
p { color: rgb(9,202,47); }
H1.HeaderClassName
{
color: #09CA2F;
}
.AnyTagClassName
{
color: #09CA2F;
}
</style>
background-color css
<style>
a { background-color: #09CA2F; }
a { background-color: rgb(9,202,47); }
div.DivClassName
{
background-color: #09CA2F;
}
.BgClassName
{
background-color: #09CA2F;
}
</style>
border-color css
<style>
span { border-color: #09CA2F; }
span { border-color: rgb(9,202,47); }
td.TdClassName
{
border-color: #09CA2F;
}
.TagClassName
{
border-color: #09CA2F;
}
</style>