Shades of Dark Pastel Green #09CA2C
Tints of Dark Pastel Green #09CA2C
RGB
CMYK
RGB Variations
Color information
#09CA2C (or 0x09CA2C) is known color: Dark Pastel Green. HEX triplet: 09, CA and 2C. RGB value is (9,202,44). Sum of RGB (Red+Green+Blue) = 9+202+44=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA2C is #F635D3. Grayscale: #7E7E7E. Windows color (decimal): -16135636 or 2935305. OLE color: 2935305.
HSL color Cylindrical-coordinate representation of color #09CA2C: hue angle of 130.88º 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 #09CA2C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 44 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.21 |
| HSL | 130.88º | 0.91% | 0.41% | - |
| HSV(B) | 130.88º | 0.96% | 0.79% | - |
| XYZ | 21.69 | 42.48 | 9.44 | - |
| YUV | 126.28 | 81.56 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 44 | 0.96 | 0 | 0.78 | 0.21 | 130.88 | 0.91 | 0.41 |
| Hex | 9 | CA | 2C | 60 | 0 | 4E | 15 | 83 | 5B | 29 |
| Octal | 11 | 312 | 54 | 140 | 0 | 116 | 25 | 203 | 133 | 51 |
| Binary | 1001 | 11001010 | 101100 | 1100000 | 0 | 1001110 | 10101 | 10000011 | 1011011 | 101001 |
Color Harmonies of #09CA2C
Complementary color
Monochromatic Colors of #09CA2C
Black with #09CA2C
Text Example
Text Example
White with #09CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA2C; }
p { color: rgb(9,202,44); }
H1.HeaderClassName
{
color: #09CA2C;
}
.AnyTagClassName
{
color: #09CA2C;
}
</style>
background-color css
<style>
a { background-color: #09CA2C; }
a { background-color: rgb(9,202,44); }
div.DivClassName
{
background-color: #09CA2C;
}
.BgClassName
{
background-color: #09CA2C;
}
</style>
border-color css
<style>
span { border-color: #09CA2C; }
span { border-color: rgb(9,202,44); }
td.TdClassName
{
border-color: #09CA2C;
}
.TagClassName
{
border-color: #09CA2C;
}
</style>