Shades of Dark Pastel Green #08C434
Tints of Dark Pastel Green #08C434
RGB
CMYK
RGB Variations
Color information
#08C434 (or 0x08C434) is known color: Dark Pastel Green. HEX triplet: 08, C4 and 34. RGB value is (8,196,52). Sum of RGB (Red+Green+Blue) = 8+196+52=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #08C434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C434 is #F73BCB. Grayscale: #7B7B7B. Windows color (decimal): -16202700 or 3458056. OLE color: 3458056.
HSL color Cylindrical-coordinate representation of color #08C434: hue angle of 134.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C434 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 52 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.23 |
| HSL | 134.04º | 0.92% | 0.4% | - |
| HSV(B) | 134.04º | 0.96% | 0.77% | - |
| XYZ | 20.46 | 39.78 | 9.85 | - |
| YUV | 123.37 | 87.72 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 52 | 0.96 | 0 | 0.73 | 0.23 | 134.04 | 0.92 | 0.4 |
| Hex | 8 | C4 | 34 | 60 | 0 | 49 | 17 | 86 | 5C | 28 |
| Octal | 10 | 304 | 64 | 140 | 0 | 111 | 27 | 206 | 134 | 50 |
| Binary | 1000 | 11000100 | 110100 | 1100000 | 0 | 1001001 | 10111 | 10000110 | 1011100 | 101000 |
Color Harmonies of #08C434
Complementary color
Monochromatic Colors of #08C434
Black with #08C434
Text Example
Text Example
White with #08C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C434; }
p { color: rgb(8,196,52); }
H1.HeaderClassName
{
color: #08C434;
}
.AnyTagClassName
{
color: #08C434;
}
</style>
background-color css
<style>
a { background-color: #08C434; }
a { background-color: rgb(8,196,52); }
div.DivClassName
{
background-color: #08C434;
}
.BgClassName
{
background-color: #08C434;
}
</style>
border-color css
<style>
span { border-color: #08C434; }
span { border-color: rgb(8,196,52); }
td.TdClassName
{
border-color: #08C434;
}
.TagClassName
{
border-color: #08C434;
}
</style>