Shades of Dark Pastel Green #09DD2C
Tints of Dark Pastel Green #09DD2C
RGB
CMYK
RGB Variations
Color information
#09DD2C (or 0x09DD2C) is known color: Dark Pastel Green. HEX triplet: 09, DD and 2C. RGB value is (9,221,44). Sum of RGB (Red+Green+Blue) = 9+221+44=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DD2C is #F622D3. Grayscale: #898989. Windows color (decimal): -16130772 or 2940169. OLE color: 2940169.
HSL color Cylindrical-coordinate representation of color #09DD2C: hue angle of 129.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DD2C is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 44 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.13 |
| HSL | 129.91º | 0.92% | 0.45% | - |
| HSV(B) | 129.91º | 0.96% | 0.87% | - |
| XYZ | 26.42 | 51.95 | 11.02 | - |
| YUV | 137.43 | 75.26 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 44 | 0.96 | 0 | 0.80 | 0.13 | 129.91 | 0.92 | 0.45 |
| Hex | 9 | DD | 2C | 60 | 0 | 50 | D | 82 | 5C | 2D |
| Octal | 11 | 335 | 54 | 140 | 0 | 120 | 15 | 202 | 134 | 55 |
| Binary | 1001 | 11011101 | 101100 | 1100000 | 0 | 1010000 | 1101 | 10000010 | 1011100 | 101101 |
Color Harmonies of #09DD2C
Complementary color
Monochromatic Colors of #09DD2C
Black with #09DD2C
Text Example
Text Example
White with #09DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD2C; }
p { color: rgb(9,221,44); }
H1.HeaderClassName
{
color: #09DD2C;
}
.AnyTagClassName
{
color: #09DD2C;
}
</style>
background-color css
<style>
a { background-color: #09DD2C; }
a { background-color: rgb(9,221,44); }
div.DivClassName
{
background-color: #09DD2C;
}
.BgClassName
{
background-color: #09DD2C;
}
</style>
border-color css
<style>
span { border-color: #09DD2C; }
span { border-color: rgb(9,221,44); }
td.TdClassName
{
border-color: #09DD2C;
}
.TagClassName
{
border-color: #09DD2C;
}
</style>