Shades of Mountain Meadow #08C382
Tints of Mountain Meadow #08C382
RGB
CMYK
RGB Variations
Color information
#08C382 (or 0x08C382) is known color: Mountain Meadow. HEX triplet: 08, C3 and 82. RGB value is (8,195,130). Sum of RGB (Red+Green+Blue) = 8+195+130=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #08C382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C382 is #F73C7D. Grayscale: #838383. Windows color (decimal): -16202878 or 8569608. OLE color: 8569608.
HSL color Cylindrical-coordinate representation of color #08C382: hue angle of 159.14º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C382 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 130 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.24 |
| HSL | 159.14º | 0.92% | 0.4% | - |
| HSV(B) | 159.14º | 0.96% | 0.76% | - |
| XYZ | 23.64 | 40.69 | 27.73 | - |
| YUV | 131.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 130 | 0.96 | 0 | 0.33 | 0.24 | 159.14 | 0.92 | 0.4 |
| Hex | 8 | C3 | 82 | 60 | 0 | 21 | 18 | 9F | 5C | 28 |
| Octal | 10 | 303 | 202 | 140 | 0 | 41 | 30 | 237 | 134 | 50 |
| Binary | 1000 | 11000011 | 10000010 | 1100000 | 0 | 100001 | 11000 | 10011111 | 1011100 | 101000 |
Color Harmonies of #08C382
Complementary color
Monochromatic Colors of #08C382
Black with #08C382
Text Example
Text Example
White with #08C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C382; }
p { color: rgb(8,195,130); }
H1.HeaderClassName
{
color: #08C382;
}
.AnyTagClassName
{
color: #08C382;
}
</style>
background-color css
<style>
a { background-color: #08C382; }
a { background-color: rgb(8,195,130); }
div.DivClassName
{
background-color: #08C382;
}
.BgClassName
{
background-color: #08C382;
}
</style>
border-color css
<style>
span { border-color: #08C382; }
span { border-color: rgb(8,195,130); }
td.TdClassName
{
border-color: #08C382;
}
.TagClassName
{
border-color: #08C382;
}
</style>