Shades of Dark Pastel Green #08C24D
Tints of Dark Pastel Green #08C24D
RGB
CMYK
RGB Variations
Color information
#08C24D (or 0x08C24D) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 4D. RGB value is (8,194,77). Sum of RGB (Red+Green+Blue) = 8+194+77=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #08C24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C24D is #F73DB2. Grayscale: #7D7D7D. Windows color (decimal): -16203187 or 5095944. OLE color: 5095944.
HSL color Cylindrical-coordinate representation of color #08C24D: hue angle of 142.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C24D is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
RGB | 8 | 194 | 77 | - |
CMYK | 0.96 | 0 | 0.60 | 0.24 |
HSL | 142.26º | 0.92% | 0.4% | - |
HSV(B) | 142.26º | 0.96% | 0.76% | - |
XYZ | 20.73 | 39.17 | 13.49 | - |
YUV | 125.05 | 100.88 | 44.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 194 | 77 | 0.96 | 0 | 0.60 | 0.24 | 142.26 | 0.92 | 0.4 |
Hex | 8 | C2 | 4D | 60 | 0 | 3C | 18 | 8E | 5C | 28 |
Octal | 10 | 302 | 115 | 140 | 0 | 74 | 30 | 216 | 134 | 50 |
Binary | 1000 | 11000010 | 1001101 | 1100000 | 0 | 111100 | 11000 | 10001110 | 1011100 | 101000 |
Color Harmonies of #08C24D
Complementary color
Monochromatic Colors of #08C24D
Black with #08C24D
Text Example
Text Example
White with #08C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C24D; }
p { color: rgb(8,194,77); }
H1.HeaderClassName
{
color: #08C24D;
}
.AnyTagClassName
{
color: #08C24D;
}
</style>
background-color css
<style>
a { background-color: #08C24D; }
a { background-color: rgb(8,194,77); }
div.DivClassName
{
background-color: #08C24D;
}
.BgClassName
{
background-color: #08C24D;
}
</style>
border-color css
<style>
span { border-color: #08C24D; }
span { border-color: rgb(8,194,77); }
td.TdClassName
{
border-color: #08C24D;
}
.TagClassName
{
border-color: #08C24D;
}
</style>