Shades of Dark Pastel Green #09CA2E
Tints of Dark Pastel Green #09CA2E
RGB
CMYK
RGB Variations
Color information
#09CA2E (or 0x09CA2E) is known color: Dark Pastel Green. HEX triplet: 09, CA and 2E. RGB value is (9,202,46). Sum of RGB (Red+Green+Blue) = 9+202+46=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA2E is #F635D1. Grayscale: #7E7E7E. Windows color (decimal): -16135634 or 3066377. OLE color: 3066377.
HSL color Cylindrical-coordinate representation of color #09CA2E: hue angle of 131.5º 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 #09CA2E is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 46 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.21 |
| HSL | 131.5º | 0.91% | 0.41% | - |
| HSV(B) | 131.5º | 0.96% | 0.79% | - |
| XYZ | 21.73 | 42.5 | 9.64 | - |
| YUV | 126.51 | 82.56 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 46 | 0.96 | 0 | 0.77 | 0.21 | 131.5 | 0.91 | 0.41 |
| Hex | 9 | CA | 2E | 60 | 0 | 4D | 15 | 84 | 5B | 29 |
| Octal | 11 | 312 | 56 | 140 | 0 | 115 | 25 | 204 | 133 | 51 |
| Binary | 1001 | 11001010 | 101110 | 1100000 | 0 | 1001101 | 10101 | 10000100 | 1011011 | 101001 |
Color Harmonies of #09CA2E
Complementary color
Monochromatic Colors of #09CA2E
Black with #09CA2E
Text Example
Text Example
White with #09CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA2E; }
p { color: rgb(9,202,46); }
H1.HeaderClassName
{
color: #09CA2E;
}
.AnyTagClassName
{
color: #09CA2E;
}
</style>
background-color css
<style>
a { background-color: #09CA2E; }
a { background-color: rgb(9,202,46); }
div.DivClassName
{
background-color: #09CA2E;
}
.BgClassName
{
background-color: #09CA2E;
}
</style>
border-color css
<style>
span { border-color: #09CA2E; }
span { border-color: rgb(9,202,46); }
td.TdClassName
{
border-color: #09CA2E;
}
.TagClassName
{
border-color: #09CA2E;
}
</style>