Shades of Dark Pastel Green #09E02C
Tints of Dark Pastel Green #09E02C
RGB
CMYK
RGB Variations
Color information
#09E02C (or 0x09E02C) is known color: Dark Pastel Green. HEX triplet: 09, E0 and 2C. RGB value is (9,224,44). Sum of RGB (Red+Green+Blue) = 9+224+44=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #09E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E02C is #F61FD3. Grayscale: #8B8B8B. Windows color (decimal): -16130004 or 2940937. OLE color: 2940937.
HSL color Cylindrical-coordinate representation of color #09E02C: hue angle of 129.77º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E02C is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 44 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.12 |
| HSL | 129.77º | 0.92% | 0.46% | - |
| HSV(B) | 129.77º | 0.96% | 0.88% | - |
| XYZ | 27.22 | 53.55 | 11.28 | - |
| YUV | 139.2 | 74.27 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 44 | 0.96 | 0 | 0.80 | 0.12 | 129.77 | 0.92 | 0.46 |
| Hex | 9 | E0 | 2C | 60 | 0 | 50 | C | 82 | 5C | 2E |
| Octal | 11 | 340 | 54 | 140 | 0 | 120 | 14 | 202 | 134 | 56 |
| Binary | 1001 | 11100000 | 101100 | 1100000 | 0 | 1010000 | 1100 | 10000010 | 1011100 | 101110 |
Color Harmonies of #09E02C
Complementary color
Monochromatic Colors of #09E02C
Black with #09E02C
Text Example
Text Example
White with #09E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E02C; }
p { color: rgb(9,224,44); }
H1.HeaderClassName
{
color: #09E02C;
}
.AnyTagClassName
{
color: #09E02C;
}
</style>
background-color css
<style>
a { background-color: #09E02C; }
a { background-color: rgb(9,224,44); }
div.DivClassName
{
background-color: #09E02C;
}
.BgClassName
{
background-color: #09E02C;
}
</style>
border-color css
<style>
span { border-color: #09E02C; }
span { border-color: rgb(9,224,44); }
td.TdClassName
{
border-color: #09E02C;
}
.TagClassName
{
border-color: #09E02C;
}
</style>