Shades of Dark Pastel Green #08D824
Tints of Dark Pastel Green #08D824
RGB
CMYK
RGB Variations
Color information
#08D824 (or 0x08D824) is known color: Dark Pastel Green. HEX triplet: 08, D8 and 24. RGB value is (8,216,36). Sum of RGB (Red+Green+Blue) = 8+216+36=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 216 (84.77% from 255 or 83.08% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 216 - color contains mainly: green. Hex color #08D824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D824 is #F727DB. Grayscale: #858585. Windows color (decimal): -16197596 or 2414600. OLE color: 2414600.
HSL color Cylindrical-coordinate representation of color #08D824: hue angle of 128.08º degrees, saturation: 0.93, 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 #08D824 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 216 | 36 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.15 |
| HSL | 128.08º | 0.93% | 0.44% | - |
| HSV(B) | 128.08º | 0.96% | 0.85% | - |
| XYZ | 24.97 | 49.29 | 9.87 | - |
| YUV | 133.29 | 73.09 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 216 | 36 | 0.96 | 0 | 0.83 | 0.15 | 128.08 | 0.93 | 0.44 |
| Hex | 8 | D8 | 24 | 60 | 0 | 53 | F | 80 | 5D | 2C |
| Octal | 10 | 330 | 44 | 140 | 0 | 123 | 17 | 200 | 135 | 54 |
| Binary | 1000 | 11011000 | 100100 | 1100000 | 0 | 1010011 | 1111 | 10000000 | 1011101 | 101100 |
Color Harmonies of #08D824
Complementary color
Monochromatic Colors of #08D824
Black with #08D824
Text Example
Text Example
White with #08D824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D824; }
p { color: rgb(8,216,36); }
H1.HeaderClassName
{
color: #08D824;
}
.AnyTagClassName
{
color: #08D824;
}
</style>
background-color css
<style>
a { background-color: #08D824; }
a { background-color: rgb(8,216,36); }
div.DivClassName
{
background-color: #08D824;
}
.BgClassName
{
background-color: #08D824;
}
</style>
border-color css
<style>
span { border-color: #08D824; }
span { border-color: rgb(8,216,36); }
td.TdClassName
{
border-color: #08D824;
}
.TagClassName
{
border-color: #08D824;
}
</style>