Shades of Dark Pastel Green #08C944
Tints of Dark Pastel Green #08C944
RGB
CMYK
RGB Variations
Color information
#08C944 (or 0x08C944) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 44. RGB value is (8,201,68). Sum of RGB (Red+Green+Blue) = 8+201+68=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 201 (78.91% from 255 or 72.56% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 201 - color contains mainly: green. Hex color #08C944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C944 is #F736BB. Grayscale: #808080. Windows color (decimal): -16201404 or 4507912. OLE color: 4507912.
HSL color Cylindrical-coordinate representation of color #08C944: hue angle of 138.65º 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 #08C944 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 68 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.21 |
| HSL | 138.65º | 0.92% | 0.41% | - |
| HSV(B) | 138.65º | 0.96% | 0.79% | - |
| XYZ | 22.03 | 42.24 | 12.46 | - |
| YUV | 128.13 | 94.06 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 68 | 0.96 | 0 | 0.66 | 0.21 | 138.65 | 0.92 | 0.41 |
| Hex | 8 | C9 | 44 | 60 | 0 | 42 | 15 | 8B | 5C | 29 |
| Octal | 10 | 311 | 104 | 140 | 0 | 102 | 25 | 213 | 134 | 51 |
| Binary | 1000 | 11001001 | 1000100 | 1100000 | 0 | 1000010 | 10101 | 10001011 | 1011100 | 101001 |
Color Harmonies of #08C944
Complementary color
Monochromatic Colors of #08C944
Black with #08C944
Text Example
Text Example
White with #08C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C944; }
p { color: rgb(8,201,68); }
H1.HeaderClassName
{
color: #08C944;
}
.AnyTagClassName
{
color: #08C944;
}
</style>
background-color css
<style>
a { background-color: #08C944; }
a { background-color: rgb(8,201,68); }
div.DivClassName
{
background-color: #08C944;
}
.BgClassName
{
background-color: #08C944;
}
</style>
border-color css
<style>
span { border-color: #08C944; }
span { border-color: rgb(8,201,68); }
td.TdClassName
{
border-color: #08C944;
}
.TagClassName
{
border-color: #08C944;
}
</style>