Shades of Dark Pastel Green #08C62E
Tints of Dark Pastel Green #08C62E
RGB
CMYK
RGB Variations
Color information
#08C62E (or 0x08C62E) is known color: Dark Pastel Green. HEX triplet: 08, C6 and 2E. RGB value is (8,198,46). Sum of RGB (Red+Green+Blue) = 8+198+46=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 198 (77.73% from 255 or 78.57% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 198 - color contains mainly: green. Hex color #08C62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C62E is #F739D1. Grayscale: #7C7C7C. Windows color (decimal): -16202194 or 3065352. OLE color: 3065352.
HSL color Cylindrical-coordinate representation of color #08C62E: hue angle of 132º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C62E is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 46 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.22 |
| HSL | 132º | 0.92% | 0.4% | - |
| HSV(B) | 132º | 0.96% | 0.78% | - |
| XYZ | 20.79 | 40.64 | 9.33 | - |
| YUV | 123.86 | 84.05 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 46 | 0.96 | 0 | 0.77 | 0.22 | 132 | 0.92 | 0.4 |
| Hex | 8 | C6 | 2E | 60 | 0 | 4D | 16 | 84 | 5C | 28 |
| Octal | 10 | 306 | 56 | 140 | 0 | 115 | 26 | 204 | 134 | 50 |
| Binary | 1000 | 11000110 | 101110 | 1100000 | 0 | 1001101 | 10110 | 10000100 | 1011100 | 101000 |
Color Harmonies of #08C62E
Complementary color
Monochromatic Colors of #08C62E
Black with #08C62E
Text Example
Text Example
White with #08C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C62E; }
p { color: rgb(8,198,46); }
H1.HeaderClassName
{
color: #08C62E;
}
.AnyTagClassName
{
color: #08C62E;
}
</style>
background-color css
<style>
a { background-color: #08C62E; }
a { background-color: rgb(8,198,46); }
div.DivClassName
{
background-color: #08C62E;
}
.BgClassName
{
background-color: #08C62E;
}
</style>
border-color css
<style>
span { border-color: #08C62E; }
span { border-color: rgb(8,198,46); }
td.TdClassName
{
border-color: #08C62E;
}
.TagClassName
{
border-color: #08C62E;
}
</style>