Shades of Dark Pastel Green #09DD30
Tints of Dark Pastel Green #09DD30
RGB
CMYK
RGB Variations
Color information
#09DD30 (or 0x09DD30) is known color: Dark Pastel Green. HEX triplet: 09, DD and 30. RGB value is (9,221,48). Sum of RGB (Red+Green+Blue) = 9+221+48=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DD30 is #F622CF. Grayscale: #8A8A8A. Windows color (decimal): -16130768 or 3202313. OLE color: 3202313.
HSL color Cylindrical-coordinate representation of color #09DD30: hue angle of 131.04º 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 #09DD30 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 48 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.13 |
| HSL | 131.04º | 0.92% | 0.45% | - |
| HSV(B) | 131.04º | 0.96% | 0.87% | - |
| XYZ | 26.5 | 51.98 | 11.43 | - |
| YUV | 137.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 48 | 0.96 | 0 | 0.78 | 0.13 | 131.04 | 0.92 | 0.45 |
| Hex | 9 | DD | 30 | 60 | 0 | 4E | D | 83 | 5C | 2D |
| Octal | 11 | 335 | 60 | 140 | 0 | 116 | 15 | 203 | 134 | 55 |
| Binary | 1001 | 11011101 | 110000 | 1100000 | 0 | 1001110 | 1101 | 10000011 | 1011100 | 101101 |
Color Harmonies of #09DD30
Complementary color
Monochromatic Colors of #09DD30
Black with #09DD30
Text Example
Text Example
White with #09DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD30; }
p { color: rgb(9,221,48); }
H1.HeaderClassName
{
color: #09DD30;
}
.AnyTagClassName
{
color: #09DD30;
}
</style>
background-color css
<style>
a { background-color: #09DD30; }
a { background-color: rgb(9,221,48); }
div.DivClassName
{
background-color: #09DD30;
}
.BgClassName
{
background-color: #09DD30;
}
</style>
border-color css
<style>
span { border-color: #09DD30; }
span { border-color: rgb(9,221,48); }
td.TdClassName
{
border-color: #09DD30;
}
.TagClassName
{
border-color: #09DD30;
}
</style>