Shades of Dark Pastel Green #09D520
Tints of Dark Pastel Green #09D520
RGB
CMYK
RGB Variations
Color information
#09D520 (or 0x09D520) is known color: Dark Pastel Green. HEX triplet: 09, D5 and 20. RGB value is (9,213,32). Sum of RGB (Red+Green+Blue) = 9+213+32=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 213 (83.59% from 255 or 83.86% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 213 - color contains mainly: green. Hex color #09D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D520 is #F62ADF. Grayscale: #838383. Windows color (decimal): -16132832 or 2151689. OLE color: 2151689.
HSL color Cylindrical-coordinate representation of color #09D520: hue angle of 126.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D520 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 213 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.16 |
| HSL | 126.76º | 0.92% | 0.44% | - |
| HSV(B) | 126.76º | 0.96% | 0.84% | - |
| XYZ | 24.17 | 47.75 | 9.31 | - |
| YUV | 131.37 | 71.91 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 213 | 32 | 0.96 | 0 | 0.85 | 0.16 | 126.76 | 0.92 | 0.44 |
| Hex | 9 | D5 | 20 | 60 | 0 | 55 | 10 | 7F | 5C | 2C |
| Octal | 11 | 325 | 40 | 140 | 0 | 125 | 20 | 177 | 134 | 54 |
| Binary | 1001 | 11010101 | 100000 | 1100000 | 0 | 1010101 | 10000 | 1111111 | 1011100 | 101100 |
Color Harmonies of #09D520
Complementary color
Monochromatic Colors of #09D520
Black with #09D520
Text Example
Text Example
White with #09D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D520; }
p { color: rgb(9,213,32); }
H1.HeaderClassName
{
color: #09D520;
}
.AnyTagClassName
{
color: #09D520;
}
</style>
background-color css
<style>
a { background-color: #09D520; }
a { background-color: rgb(9,213,32); }
div.DivClassName
{
background-color: #09D520;
}
.BgClassName
{
background-color: #09D520;
}
</style>
border-color css
<style>
span { border-color: #09D520; }
span { border-color: rgb(9,213,32); }
td.TdClassName
{
border-color: #09D520;
}
.TagClassName
{
border-color: #09D520;
}
</style>