Shades of Dark Pastel Green #09DB2C
Tints of Dark Pastel Green #09DB2C
RGB
CMYK
RGB Variations
Color information
#09DB2C (or 0x09DB2C) is known color: Dark Pastel Green. HEX triplet: 09, DB and 2C. RGB value is (9,219,44). Sum of RGB (Red+Green+Blue) = 9+219+44=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #09DB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DB2C is #F624D3. Grayscale: #888888. Windows color (decimal): -16131284 or 2939657. OLE color: 2939657.
HSL color Cylindrical-coordinate representation of color #09DB2C: hue angle of 130º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DB2C is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 44 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.14 |
| HSL | 130º | 0.92% | 0.45% | - |
| HSV(B) | 130º | 0.96% | 0.86% | - |
| XYZ | 25.9 | 50.9 | 10.84 | - |
| YUV | 136.26 | 75.93 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 44 | 0.96 | 0 | 0.80 | 0.14 | 130 | 0.92 | 0.45 |
| Hex | 9 | DB | 2C | 60 | 0 | 50 | E | 82 | 5C | 2D |
| Octal | 11 | 333 | 54 | 140 | 0 | 120 | 16 | 202 | 134 | 55 |
| Binary | 1001 | 11011011 | 101100 | 1100000 | 0 | 1010000 | 1110 | 10000010 | 1011100 | 101101 |
Color Harmonies of #09DB2C
Complementary color
Monochromatic Colors of #09DB2C
Black with #09DB2C
Text Example
Text Example
White with #09DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DB2C; }
p { color: rgb(9,219,44); }
H1.HeaderClassName
{
color: #09DB2C;
}
.AnyTagClassName
{
color: #09DB2C;
}
</style>
background-color css
<style>
a { background-color: #09DB2C; }
a { background-color: rgb(9,219,44); }
div.DivClassName
{
background-color: #09DB2C;
}
.BgClassName
{
background-color: #09DB2C;
}
</style>
border-color css
<style>
span { border-color: #09DB2C; }
span { border-color: rgb(9,219,44); }
td.TdClassName
{
border-color: #09DB2C;
}
.TagClassName
{
border-color: #09DB2C;
}
</style>