Shades of Mountain Meadow #08C17B
Tints of Mountain Meadow #08C17B
RGB
CMYK
RGB Variations
Color information
#08C17B (or 0x08C17B) is known color: Mountain Meadow. HEX triplet: 08, C1 and 7B. RGB value is (8,193,123). Sum of RGB (Red+Green+Blue) = 8+193+123=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #08C17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C17B is #F73E84. Grayscale: #818181. Windows color (decimal): -16203397 or 8110344. OLE color: 8110344.
HSL color Cylindrical-coordinate representation of color #08C17B: hue angle of 157.3º 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 #08C17B is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 123 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.24 |
| HSL | 157.3º | 0.92% | 0.39% | - |
| HSV(B) | 157.3º | 0.96% | 0.76% | - |
| XYZ | 22.75 | 39.62 | 25.19 | - |
| YUV | 129.71 | 124.21 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 123 | 0.96 | 0 | 0.36 | 0.24 | 157.3 | 0.92 | 0.39 |
| Hex | 8 | C1 | 7B | 60 | 0 | 24 | 18 | 9D | 5C | 27 |
| Octal | 10 | 301 | 173 | 140 | 0 | 44 | 30 | 235 | 134 | 47 |
| Binary | 1000 | 11000001 | 1111011 | 1100000 | 0 | 100100 | 11000 | 10011101 | 1011100 | 100111 |
Color Harmonies of #08C17B
Complementary color
Monochromatic Colors of #08C17B
Black with #08C17B
Text Example
Text Example
White with #08C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C17B; }
p { color: rgb(8,193,123); }
H1.HeaderClassName
{
color: #08C17B;
}
.AnyTagClassName
{
color: #08C17B;
}
</style>
background-color css
<style>
a { background-color: #08C17B; }
a { background-color: rgb(8,193,123); }
div.DivClassName
{
background-color: #08C17B;
}
.BgClassName
{
background-color: #08C17B;
}
</style>
border-color css
<style>
span { border-color: #08C17B; }
span { border-color: rgb(8,193,123); }
td.TdClassName
{
border-color: #08C17B;
}
.TagClassName
{
border-color: #08C17B;
}
</style>