Shades of Dark Pastel Green #08C526
Tints of Dark Pastel Green #08C526
RGB
CMYK
RGB Variations
Color information
#08C526 (or 0x08C526) is known color: Dark Pastel Green. HEX triplet: 08, C5 and 26. RGB value is (8,197,38). Sum of RGB (Red+Green+Blue) = 8+197+38=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #08C526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C526 is #F73AD9. Grayscale: #7A7A7A. Windows color (decimal): -16202458 or 2540808. OLE color: 2540808.
HSL color Cylindrical-coordinate representation of color #08C526: hue angle of 129.52º 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 #08C526 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 38 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.23 |
| HSL | 129.52º | 0.92% | 0.4% | - |
| HSV(B) | 129.52º | 0.96% | 0.77% | - |
| XYZ | 20.42 | 40.12 | 8.5 | - |
| YUV | 122.36 | 80.38 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 38 | 0.96 | 0 | 0.81 | 0.23 | 129.52 | 0.92 | 0.4 |
| Hex | 8 | C5 | 26 | 60 | 0 | 51 | 17 | 82 | 5C | 28 |
| Octal | 10 | 305 | 46 | 140 | 0 | 121 | 27 | 202 | 134 | 50 |
| Binary | 1000 | 11000101 | 100110 | 1100000 | 0 | 1010001 | 10111 | 10000010 | 1011100 | 101000 |
Color Harmonies of #08C526
Complementary color
Monochromatic Colors of #08C526
Black with #08C526
Text Example
Text Example
White with #08C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C526; }
p { color: rgb(8,197,38); }
H1.HeaderClassName
{
color: #08C526;
}
.AnyTagClassName
{
color: #08C526;
}
</style>
background-color css
<style>
a { background-color: #08C526; }
a { background-color: rgb(8,197,38); }
div.DivClassName
{
background-color: #08C526;
}
.BgClassName
{
background-color: #08C526;
}
</style>
border-color css
<style>
span { border-color: #08C526; }
span { border-color: rgb(8,197,38); }
td.TdClassName
{
border-color: #08C526;
}
.TagClassName
{
border-color: #08C526;
}
</style>