Shades of Mountain Meadow #0FCA76
Tints of Mountain Meadow #0FCA76
RGB
CMYK
RGB Variations
Color information
#0FCA76 (or 0x0FCA76) is known color: Mountain Meadow. HEX triplet: 0F, CA and 76. RGB value is (15,202,118). Sum of RGB (Red+Green+Blue) = 15+202+118=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA76 is #F03589. Grayscale: #888888. Windows color (decimal): -15742346 or 7784975. OLE color: 7784975.
HSL color Cylindrical-coordinate representation of color #0FCA76: hue angle of 153.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA76 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 118 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.21 |
| HSL | 153.05º | 0.86% | 0.43% | - |
| HSV(B) | 153.05º | 0.93% | 0.79% | - |
| XYZ | 24.59 | 43.65 | 24.27 | - |
| YUV | 136.51 | 117.55 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 118 | 0.93 | 0 | 0.42 | 0.21 | 153.05 | 0.86 | 0.43 |
| Hex | F | CA | 76 | 5D | 0 | 2A | 15 | 99 | 56 | 2B |
| Octal | 17 | 312 | 166 | 135 | 0 | 52 | 25 | 231 | 126 | 53 |
| Binary | 1111 | 11001010 | 1110110 | 1011101 | 0 | 101010 | 10101 | 10011001 | 1010110 | 101011 |
Color Harmonies of #0FCA76
Complementary color
Monochromatic Colors of #0FCA76
Black with #0FCA76
Text Example
Text Example
White with #0FCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA76; }
p { color: rgb(15,202,118); }
H1.HeaderClassName
{
color: #0FCA76;
}
.AnyTagClassName
{
color: #0FCA76;
}
</style>
background-color css
<style>
a { background-color: #0FCA76; }
a { background-color: rgb(15,202,118); }
div.DivClassName
{
background-color: #0FCA76;
}
.BgClassName
{
background-color: #0FCA76;
}
</style>
border-color css
<style>
span { border-color: #0FCA76; }
span { border-color: rgb(15,202,118); }
td.TdClassName
{
border-color: #0FCA76;
}
.TagClassName
{
border-color: #0FCA76;
}
</style>