Shades of Dark Pastel Green #09E02D
Tints of Dark Pastel Green #09E02D
RGB
CMYK
RGB Variations
Color information
#09E02D (or 0x09E02D) is known color: Dark Pastel Green. HEX triplet: 09, E0 and 2D. RGB value is (9,224,45). Sum of RGB (Red+Green+Blue) = 9+224+45=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 224 (87.89% from 255 or 80.58% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 224 - color contains mainly: green. Hex color #09E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E02D is #F61FD2. Grayscale: #8B8B8B. Windows color (decimal): -16130003 or 3006473. OLE color: 3006473.
HSL color Cylindrical-coordinate representation of color #09E02D: hue angle of 130.05º 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 #09E02D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 45 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.12 |
| HSL | 130.05º | 0.92% | 0.46% | - |
| HSV(B) | 130.05º | 0.96% | 0.88% | - |
| XYZ | 27.24 | 53.56 | 11.38 | - |
| YUV | 139.31 | 74.77 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 45 | 0.96 | 0 | 0.80 | 0.12 | 130.05 | 0.92 | 0.46 |
| Hex | 9 | E0 | 2D | 60 | 0 | 50 | C | 82 | 5C | 2E |
| Octal | 11 | 340 | 55 | 140 | 0 | 120 | 14 | 202 | 134 | 56 |
| Binary | 1001 | 11100000 | 101101 | 1100000 | 0 | 1010000 | 1100 | 10000010 | 1011100 | 101110 |
Color Harmonies of #09E02D
Complementary color
Monochromatic Colors of #09E02D
Black with #09E02D
Text Example
Text Example
White with #09E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E02D; }
p { color: rgb(9,224,45); }
H1.HeaderClassName
{
color: #09E02D;
}
.AnyTagClassName
{
color: #09E02D;
}
</style>
background-color css
<style>
a { background-color: #09E02D; }
a { background-color: rgb(9,224,45); }
div.DivClassName
{
background-color: #09E02D;
}
.BgClassName
{
background-color: #09E02D;
}
</style>
border-color css
<style>
span { border-color: #09E02D; }
span { border-color: rgb(9,224,45); }
td.TdClassName
{
border-color: #09E02D;
}
.TagClassName
{
border-color: #09E02D;
}
</style>