Shades of Dark Pastel Green #09D220
Tints of Dark Pastel Green #09D220
RGB
CMYK
RGB Variations
Color information
#09D220 (or 0x09D220) is known color: Dark Pastel Green. HEX triplet: 09, D2 and 20. RGB value is (9,210,32). Sum of RGB (Red+Green+Blue) = 9+210+32=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 210 (82.42% from 255 or 83.67% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 210 - color contains mainly: green. Hex color #09D220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D220 is #F62DDF. Grayscale: #828282. Windows color (decimal): -16133600 or 2150921. OLE color: 2150921.
HSL color Cylindrical-coordinate representation of color #09D220: hue angle of 126.87º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D220 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.18 |
| HSL | 126.87º | 0.92% | 0.43% | - |
| HSV(B) | 126.87º | 0.96% | 0.82% | - |
| XYZ | 23.42 | 46.26 | 9.06 | - |
| YUV | 129.61 | 72.91 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 32 | 0.96 | 0 | 0.85 | 0.18 | 126.87 | 0.92 | 0.43 |
| Hex | 9 | D2 | 20 | 60 | 0 | 55 | 12 | 7F | 5C | 2B |
| Octal | 11 | 322 | 40 | 140 | 0 | 125 | 22 | 177 | 134 | 53 |
| Binary | 1001 | 11010010 | 100000 | 1100000 | 0 | 1010101 | 10010 | 1111111 | 1011100 | 101011 |
Color Harmonies of #09D220
Complementary color
Monochromatic Colors of #09D220
Black with #09D220
Text Example
Text Example
White with #09D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D220; }
p { color: rgb(9,210,32); }
H1.HeaderClassName
{
color: #09D220;
}
.AnyTagClassName
{
color: #09D220;
}
</style>
background-color css
<style>
a { background-color: #09D220; }
a { background-color: rgb(9,210,32); }
div.DivClassName
{
background-color: #09D220;
}
.BgClassName
{
background-color: #09D220;
}
</style>
border-color css
<style>
span { border-color: #09D220; }
span { border-color: rgb(9,210,32); }
td.TdClassName
{
border-color: #09D220;
}
.TagClassName
{
border-color: #09D220;
}
</style>