Shades of Dark Pastel Green #08C139
Tints of Dark Pastel Green #08C139
RGB
CMYK
RGB Variations
Color information
#08C139 (or 0x08C139) is known color: Dark Pastel Green. HEX triplet: 08, C1 and 39. RGB value is (8,193,57). Sum of RGB (Red+Green+Blue) = 8+193+57=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 193 (75.78% from 255 or 74.81% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 193 - color contains mainly: green. Hex color #08C139 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C139 is #F73EC6. Grayscale: #7A7A7A. Windows color (decimal): -16203463 or 3784968. OLE color: 3784968.
HSL color Cylindrical-coordinate representation of color #08C139: hue angle of 135.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 #08C139 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 57 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.24 |
| HSL | 135.89º | 0.92% | 0.39% | - |
| HSV(B) | 135.89º | 0.96% | 0.76% | - |
| XYZ | 19.91 | 38.49 | 10.25 | - |
| YUV | 122.18 | 91.21 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 57 | 0.96 | 0 | 0.70 | 0.24 | 135.89 | 0.92 | 0.39 |
| Hex | 8 | C1 | 39 | 60 | 0 | 46 | 18 | 88 | 5C | 27 |
| Octal | 10 | 301 | 71 | 140 | 0 | 106 | 30 | 210 | 134 | 47 |
| Binary | 1000 | 11000001 | 111001 | 1100000 | 0 | 1000110 | 11000 | 10001000 | 1011100 | 100111 |
Color Harmonies of #08C139
Complementary color
Monochromatic Colors of #08C139
Black with #08C139
Text Example
Text Example
White with #08C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C139; }
p { color: rgb(8,193,57); }
H1.HeaderClassName
{
color: #08C139;
}
.AnyTagClassName
{
color: #08C139;
}
</style>
background-color css
<style>
a { background-color: #08C139; }
a { background-color: rgb(8,193,57); }
div.DivClassName
{
background-color: #08C139;
}
.BgClassName
{
background-color: #08C139;
}
</style>
border-color css
<style>
span { border-color: #08C139; }
span { border-color: rgb(8,193,57); }
td.TdClassName
{
border-color: #08C139;
}
.TagClassName
{
border-color: #08C139;
}
</style>