Shades of Dark Pastel Green #09D82D
Tints of Dark Pastel Green #09D82D
RGB
CMYK
RGB Variations
Color information
#09D82D (or 0x09D82D) is known color: Dark Pastel Green. HEX triplet: 09, D8 and 2D. RGB value is (9,216,45). Sum of RGB (Red+Green+Blue) = 9+216+45=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 216 (84.77% from 255 or 80% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 216 - color contains mainly: green. Hex color #09D82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D82D is #F627D2. Grayscale: #878787. Windows color (decimal): -16132051 or 3004425. OLE color: 3004425.
HSL color Cylindrical-coordinate representation of color #09D82D: hue angle of 130.43º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D82D is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 45 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.15 |
| HSL | 130.43º | 0.92% | 0.44% | - |
| HSV(B) | 130.43º | 0.96% | 0.85% | - |
| XYZ | 25.14 | 49.36 | 10.68 | - |
| YUV | 134.61 | 77.42 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 45 | 0.96 | 0 | 0.79 | 0.15 | 130.43 | 0.92 | 0.44 |
| Hex | 9 | D8 | 2D | 60 | 0 | 4F | F | 82 | 5C | 2C |
| Octal | 11 | 330 | 55 | 140 | 0 | 117 | 17 | 202 | 134 | 54 |
| Binary | 1001 | 11011000 | 101101 | 1100000 | 0 | 1001111 | 1111 | 10000010 | 1011100 | 101100 |
Color Harmonies of #09D82D
Complementary color
Monochromatic Colors of #09D82D
Black with #09D82D
Text Example
Text Example
White with #09D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D82D; }
p { color: rgb(9,216,45); }
H1.HeaderClassName
{
color: #09D82D;
}
.AnyTagClassName
{
color: #09D82D;
}
</style>
background-color css
<style>
a { background-color: #09D82D; }
a { background-color: rgb(9,216,45); }
div.DivClassName
{
background-color: #09D82D;
}
.BgClassName
{
background-color: #09D82D;
}
</style>
border-color css
<style>
span { border-color: #09D82D; }
span { border-color: rgb(9,216,45); }
td.TdClassName
{
border-color: #09D82D;
}
.TagClassName
{
border-color: #09D82D;
}
</style>