Shades of Dark Pastel Green #09CA32
Tints of Dark Pastel Green #09CA32
RGB
CMYK
RGB Variations
Color information
#09CA32 (or 0x09CA32) is known color: Dark Pastel Green. HEX triplet: 09, CA and 32. RGB value is (9,202,50). Sum of RGB (Red+Green+Blue) = 9+202+50=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 202 (79.30% from 255 or 77.39% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA32 is #F635CD. Grayscale: #7F7F7F. Windows color (decimal): -16135630 or 3328521. OLE color: 3328521.
HSL color Cylindrical-coordinate representation of color #09CA32: hue angle of 132.75º 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 #09CA32 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.21 |
| HSL | 132.75º | 0.91% | 0.41% | - |
| HSV(B) | 132.75º | 0.96% | 0.79% | - |
| XYZ | 21.81 | 42.53 | 10.08 | - |
| YUV | 126.97 | 84.56 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 50 | 0.96 | 0 | 0.75 | 0.21 | 132.75 | 0.91 | 0.41 |
| Hex | 9 | CA | 32 | 60 | 0 | 4B | 15 | 85 | 5B | 29 |
| Octal | 11 | 312 | 62 | 140 | 0 | 113 | 25 | 205 | 133 | 51 |
| Binary | 1001 | 11001010 | 110010 | 1100000 | 0 | 1001011 | 10101 | 10000101 | 1011011 | 101001 |
Color Harmonies of #09CA32
Complementary color
Monochromatic Colors of #09CA32
Black with #09CA32
Text Example
Text Example
White with #09CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA32; }
p { color: rgb(9,202,50); }
H1.HeaderClassName
{
color: #09CA32;
}
.AnyTagClassName
{
color: #09CA32;
}
</style>
background-color css
<style>
a { background-color: #09CA32; }
a { background-color: rgb(9,202,50); }
div.DivClassName
{
background-color: #09CA32;
}
.BgClassName
{
background-color: #09CA32;
}
</style>
border-color css
<style>
span { border-color: #09CA32; }
span { border-color: rgb(9,202,50); }
td.TdClassName
{
border-color: #09CA32;
}
.TagClassName
{
border-color: #09CA32;
}
</style>