Shades of Dark Pastel Green #08C922
Tints of Dark Pastel Green #08C922
RGB
CMYK
RGB Variations
Color information
#08C922 (or 0x08C922) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 22. RGB value is (8,201,34). Sum of RGB (Red+Green+Blue) = 8+201+34=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 201 (78.91% from 255 or 82.72% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 201 - color contains mainly: green. Hex color #08C922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C922 is #F736DD. Grayscale: #7C7C7C. Windows color (decimal): -16201438 or 2279688. OLE color: 2279688.
HSL color Cylindrical-coordinate representation of color #08C922: hue angle of 128.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C922 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 34 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.21 |
| HSL | 128.08º | 0.92% | 0.41% | - |
| HSV(B) | 128.08º | 0.96% | 0.79% | - |
| XYZ | 21.28 | 41.94 | 8.49 | - |
| YUV | 124.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 34 | 0.96 | 0 | 0.83 | 0.21 | 128.08 | 0.92 | 0.41 |
| Hex | 8 | C9 | 22 | 60 | 0 | 53 | 15 | 80 | 5C | 29 |
| Octal | 10 | 311 | 42 | 140 | 0 | 123 | 25 | 200 | 134 | 51 |
| Binary | 1000 | 11001001 | 100010 | 1100000 | 0 | 1010011 | 10101 | 10000000 | 1011100 | 101001 |
Color Harmonies of #08C922
Complementary color
Monochromatic Colors of #08C922
Black with #08C922
Text Example
Text Example
White with #08C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C922; }
p { color: rgb(8,201,34); }
H1.HeaderClassName
{
color: #08C922;
}
.AnyTagClassName
{
color: #08C922;
}
</style>
background-color css
<style>
a { background-color: #08C922; }
a { background-color: rgb(8,201,34); }
div.DivClassName
{
background-color: #08C922;
}
.BgClassName
{
background-color: #08C922;
}
</style>
border-color css
<style>
span { border-color: #08C922; }
span { border-color: rgb(8,201,34); }
td.TdClassName
{
border-color: #08C922;
}
.TagClassName
{
border-color: #08C922;
}
</style>