Shades of Mountain Meadow #08CA7B
Tints of Mountain Meadow #08CA7B
RGB
CMYK
RGB Variations
Color information
#08CA7B (or 0x08CA7B) is known color: Mountain Meadow. HEX triplet: 08, CA and 7B. RGB value is (8,202,123). Sum of RGB (Red+Green+Blue) = 8+202+123=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CA7B is #F73584. Grayscale: #878787. Windows color (decimal): -16201093 or 8112648. OLE color: 8112648.
HSL color Cylindrical-coordinate representation of color #08CA7B: hue angle of 155.57º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CA7B is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 123 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.21 |
| HSL | 155.57º | 0.92% | 0.41% | - |
| HSV(B) | 155.57º | 0.96% | 0.79% | - |
| XYZ | 24.8 | 43.72 | 25.87 | - |
| YUV | 134.99 | 121.23 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 123 | 0.96 | 0 | 0.39 | 0.21 | 155.57 | 0.92 | 0.41 |
| Hex | 8 | CA | 7B | 60 | 0 | 27 | 15 | 9C | 5C | 29 |
| Octal | 10 | 312 | 173 | 140 | 0 | 47 | 25 | 234 | 134 | 51 |
| Binary | 1000 | 11001010 | 1111011 | 1100000 | 0 | 100111 | 10101 | 10011100 | 1011100 | 101001 |
Color Harmonies of #08CA7B
Complementary color
Monochromatic Colors of #08CA7B
Black with #08CA7B
Text Example
Text Example
White with #08CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA7B; }
p { color: rgb(8,202,123); }
H1.HeaderClassName
{
color: #08CA7B;
}
.AnyTagClassName
{
color: #08CA7B;
}
</style>
background-color css
<style>
a { background-color: #08CA7B; }
a { background-color: rgb(8,202,123); }
div.DivClassName
{
background-color: #08CA7B;
}
.BgClassName
{
background-color: #08CA7B;
}
</style>
border-color css
<style>
span { border-color: #08CA7B; }
span { border-color: rgb(8,202,123); }
td.TdClassName
{
border-color: #08CA7B;
}
.TagClassName
{
border-color: #08CA7B;
}
</style>