Shades of Dark Pastel Green #09DC2C
Tints of Dark Pastel Green #09DC2C
RGB
CMYK
RGB Variations
Color information
#09DC2C (or 0x09DC2C) is known color: Dark Pastel Green. HEX triplet: 09, DC and 2C. RGB value is (9,220,44). Sum of RGB (Red+Green+Blue) = 9+220+44=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DC2C is #F623D3. Grayscale: #898989. Windows color (decimal): -16131028 or 2939913. OLE color: 2939913.
HSL color Cylindrical-coordinate representation of color #09DC2C: hue angle of 129.95º 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 #09DC2C is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 44 | - |
| CMYK | 0.96 | 0 | 0.8 | 0.14 |
| HSL | 129.95º | 0.92% | 0.45% | - |
| HSV(B) | 129.95º | 0.96% | 0.86% | - |
| XYZ | 26.16 | 51.43 | 10.93 | - |
| YUV | 136.85 | 75.6 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 44 | 0.96 | 0 | 0.8 | 0.14 | 129.95 | 0.92 | 0.45 |
| Hex | 9 | DC | 2C | 60 | 0 | 50 | E | 82 | 5C | 2D |
| Octal | 11 | 334 | 54 | 140 | 0 | 120 | 16 | 202 | 134 | 55 |
| Binary | 1001 | 11011100 | 101100 | 1100000 | 0 | 1010000 | 1110 | 10000010 | 1011100 | 101101 |
Color Harmonies of #09DC2C
Complementary color
Monochromatic Colors of #09DC2C
Black with #09DC2C
Text Example
Text Example
White with #09DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC2C; }
p { color: rgb(9,220,44); }
H1.HeaderClassName
{
color: #09DC2C;
}
.AnyTagClassName
{
color: #09DC2C;
}
</style>
background-color css
<style>
a { background-color: #09DC2C; }
a { background-color: rgb(9,220,44); }
div.DivClassName
{
background-color: #09DC2C;
}
.BgClassName
{
background-color: #09DC2C;
}
</style>
border-color css
<style>
span { border-color: #09DC2C; }
span { border-color: rgb(9,220,44); }
td.TdClassName
{
border-color: #09DC2C;
}
.TagClassName
{
border-color: #09DC2C;
}
</style>