Shades of Dark Pastel Green #08C222
Tints of Dark Pastel Green #08C222
RGB
CMYK
RGB Variations
Color information
#08C222 (or 0x08C222) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 22. RGB value is (8,194,34). Sum of RGB (Red+Green+Blue) = 8+194+34=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 194 (76.17% from 255 or 82.20% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 194 - color contains mainly: green. Hex color #08C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C222 is #F73DDD. Grayscale: #787878. Windows color (decimal): -16203230 or 2277896. OLE color: 2277896.
HSL color Cylindrical-coordinate representation of color #08C222: hue angle of 128.39º 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 #08C222 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 34 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.24 |
| HSL | 128.39º | 0.92% | 0.4% | - |
| HSV(B) | 128.39º | 0.96% | 0.76% | - |
| XYZ | 19.68 | 38.75 | 7.96 | - |
| YUV | 120.15 | 79.38 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 34 | 0.96 | 0 | 0.82 | 0.24 | 128.39 | 0.92 | 0.4 |
| Hex | 8 | C2 | 22 | 60 | 0 | 52 | 18 | 80 | 5C | 28 |
| Octal | 10 | 302 | 42 | 140 | 0 | 122 | 30 | 200 | 134 | 50 |
| Binary | 1000 | 11000010 | 100010 | 1100000 | 0 | 1010010 | 11000 | 10000000 | 1011100 | 101000 |
Color Harmonies of #08C222
Complementary color
Monochromatic Colors of #08C222
Black with #08C222
Text Example
Text Example
White with #08C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C222; }
p { color: rgb(8,194,34); }
H1.HeaderClassName
{
color: #08C222;
}
.AnyTagClassName
{
color: #08C222;
}
</style>
background-color css
<style>
a { background-color: #08C222; }
a { background-color: rgb(8,194,34); }
div.DivClassName
{
background-color: #08C222;
}
.BgClassName
{
background-color: #08C222;
}
</style>
border-color css
<style>
span { border-color: #08C222; }
span { border-color: rgb(8,194,34); }
td.TdClassName
{
border-color: #08C222;
}
.TagClassName
{
border-color: #08C222;
}
</style>