Shades of Dark Pastel Green #09D020
Tints of Dark Pastel Green #09D020
RGB
CMYK
RGB Variations
Color information
#09D020 (or 0x09D020) is known color: Dark Pastel Green. HEX triplet: 09, D0 and 20. RGB value is (9,208,32). Sum of RGB (Red+Green+Blue) = 9+208+32=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 208 (81.64% from 255 or 83.53% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 208 - color contains mainly: green. Hex color #09D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D020 is #F62FDF. Grayscale: #808080. Windows color (decimal): -16134112 or 2150409. OLE color: 2150409.
HSL color Cylindrical-coordinate representation of color #09D020: hue angle of 126.93º 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 #09D020 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 208 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.18 |
| HSL | 126.93º | 0.92% | 0.43% | - |
| HSV(B) | 126.93º | 0.96% | 0.82% | - |
| XYZ | 22.93 | 45.27 | 8.9 | - |
| YUV | 128.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 32 | 0.96 | 0 | 0.85 | 0.18 | 126.93 | 0.92 | 0.43 |
| Hex | 9 | D0 | 20 | 60 | 0 | 55 | 12 | 7F | 5C | 2B |
| Octal | 11 | 320 | 40 | 140 | 0 | 125 | 22 | 177 | 134 | 53 |
| Binary | 1001 | 11010000 | 100000 | 1100000 | 0 | 1010101 | 10010 | 1111111 | 1011100 | 101011 |
Color Harmonies of #09D020
Complementary color
Monochromatic Colors of #09D020
Black with #09D020
Text Example
Text Example
White with #09D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D020; }
p { color: rgb(9,208,32); }
H1.HeaderClassName
{
color: #09D020;
}
.AnyTagClassName
{
color: #09D020;
}
</style>
background-color css
<style>
a { background-color: #09D020; }
a { background-color: rgb(9,208,32); }
div.DivClassName
{
background-color: #09D020;
}
.BgClassName
{
background-color: #09D020;
}
</style>
border-color css
<style>
span { border-color: #09D020; }
span { border-color: rgb(9,208,32); }
td.TdClassName
{
border-color: #09D020;
}
.TagClassName
{
border-color: #09D020;
}
</style>