Shades of Dark Pastel Green #08C114
Tints of Dark Pastel Green #08C114
RGB
CMYK
RGB Variations
Color information
#08C114 (or 0x08C114) is known color: Dark Pastel Green. HEX triplet: 08, C1 and 14. RGB value is (8,193,20). Sum of RGB (Red+Green+Blue) = 8+193+20=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 193 (75.78% from 255 or 87.33% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 193 - color contains mainly: green. Hex color #08C114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C114 is #F73EEB. Grayscale: #767676. Windows color (decimal): -16203500 or 1360136. OLE color: 1360136.
HSL color Cylindrical-coordinate representation of color #08C114: hue angle of 123.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C114 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 20 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.24 |
| HSL | 123.89º | 0.92% | 0.39% | - |
| HSV(B) | 123.89º | 0.96% | 0.76% | - |
| XYZ | 19.3 | 38.24 | 7.03 | - |
| YUV | 117.96 | 72.71 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 20 | 0.96 | 0 | 0.90 | 0.24 | 123.89 | 0.92 | 0.39 |
| Hex | 8 | C1 | 14 | 60 | 0 | 5A | 18 | 7C | 5C | 27 |
| Octal | 10 | 301 | 24 | 140 | 0 | 132 | 30 | 174 | 134 | 47 |
| Binary | 1000 | 11000001 | 10100 | 1100000 | 0 | 1011010 | 11000 | 1111100 | 1011100 | 100111 |
Color Harmonies of #08C114
Complementary color
Monochromatic Colors of #08C114
Black with #08C114
Text Example
Text Example
White with #08C114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C114; }
p { color: rgb(8,193,20); }
H1.HeaderClassName
{
color: #08C114;
}
.AnyTagClassName
{
color: #08C114;
}
</style>
background-color css
<style>
a { background-color: #08C114; }
a { background-color: rgb(8,193,20); }
div.DivClassName
{
background-color: #08C114;
}
.BgClassName
{
background-color: #08C114;
}
</style>
border-color css
<style>
span { border-color: #08C114; }
span { border-color: rgb(8,193,20); }
td.TdClassName
{
border-color: #08C114;
}
.TagClassName
{
border-color: #08C114;
}
</style>