Shades of Dark Pastel Green #08C424
Tints of Dark Pastel Green #08C424
RGB
CMYK
RGB Variations
Color information
#08C424 (or 0x08C424) is known color: Dark Pastel Green. HEX triplet: 08, C4 and 24. RGB value is (8,196,36). Sum of RGB (Red+Green+Blue) = 8+196+36=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 196 (76.95% from 255 or 81.67% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 196 - color contains mainly: green. Hex color #08C424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C424 is #F73BDB. Grayscale: #7A7A7A. Windows color (decimal): -16202716 or 2409480. OLE color: 2409480.
HSL color Cylindrical-coordinate representation of color #08C424: hue angle of 128.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C424 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 36 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.23 |
| HSL | 128.94º | 0.92% | 0.4% | - |
| HSV(B) | 128.94º | 0.96% | 0.77% | - |
| XYZ | 20.16 | 39.66 | 8.26 | - |
| YUV | 121.55 | 79.72 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 36 | 0.96 | 0 | 0.82 | 0.23 | 128.94 | 0.92 | 0.4 |
| Hex | 8 | C4 | 24 | 60 | 0 | 52 | 17 | 81 | 5C | 28 |
| Octal | 10 | 304 | 44 | 140 | 0 | 122 | 27 | 201 | 134 | 50 |
| Binary | 1000 | 11000100 | 100100 | 1100000 | 0 | 1010010 | 10111 | 10000001 | 1011100 | 101000 |
Color Harmonies of #08C424
Complementary color
Monochromatic Colors of #08C424
Black with #08C424
Text Example
Text Example
White with #08C424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C424; }
p { color: rgb(8,196,36); }
H1.HeaderClassName
{
color: #08C424;
}
.AnyTagClassName
{
color: #08C424;
}
</style>
background-color css
<style>
a { background-color: #08C424; }
a { background-color: rgb(8,196,36); }
div.DivClassName
{
background-color: #08C424;
}
.BgClassName
{
background-color: #08C424;
}
</style>
border-color css
<style>
span { border-color: #08C424; }
span { border-color: rgb(8,196,36); }
td.TdClassName
{
border-color: #08C424;
}
.TagClassName
{
border-color: #08C424;
}
</style>