Shades of Dark Pastel Green #08C22C
Tints of Dark Pastel Green #08C22C
RGB
CMYK
RGB Variations
Color information
#08C22C (or 0x08C22C) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 2C. RGB value is (8,194,44). Sum of RGB (Red+Green+Blue) = 8+194+44=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #08C22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C22C is #F73DD3. Grayscale: #797979. Windows color (decimal): -16203220 or 2933256. OLE color: 2933256.
HSL color Cylindrical-coordinate representation of color #08C22C: hue angle of 131.61º 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 #08C22C is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 44 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.24 |
| HSL | 131.61º | 0.92% | 0.4% | - |
| HSV(B) | 131.61º | 0.96% | 0.76% | - |
| XYZ | 19.85 | 38.82 | 8.83 | - |
| YUV | 121.29 | 84.38 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 44 | 0.96 | 0 | 0.77 | 0.24 | 131.61 | 0.92 | 0.4 |
| Hex | 8 | C2 | 2C | 60 | 0 | 4D | 18 | 84 | 5C | 28 |
| Octal | 10 | 302 | 54 | 140 | 0 | 115 | 30 | 204 | 134 | 50 |
| Binary | 1000 | 11000010 | 101100 | 1100000 | 0 | 1001101 | 11000 | 10000100 | 1011100 | 101000 |
Color Harmonies of #08C22C
Complementary color
Monochromatic Colors of #08C22C
Black with #08C22C
Text Example
Text Example
White with #08C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C22C; }
p { color: rgb(8,194,44); }
H1.HeaderClassName
{
color: #08C22C;
}
.AnyTagClassName
{
color: #08C22C;
}
</style>
background-color css
<style>
a { background-color: #08C22C; }
a { background-color: rgb(8,194,44); }
div.DivClassName
{
background-color: #08C22C;
}
.BgClassName
{
background-color: #08C22C;
}
</style>
border-color css
<style>
span { border-color: #08C22C; }
span { border-color: rgb(8,194,44); }
td.TdClassName
{
border-color: #08C22C;
}
.TagClassName
{
border-color: #08C22C;
}
</style>