Shades of Mountain Meadow #0FCA81
Tints of Mountain Meadow #0FCA81
RGB
CMYK
RGB Variations
Color information
#0FCA81 (or 0x0FCA81) is known color: Mountain Meadow. HEX triplet: 0F, CA and 81. RGB value is (15,202,129). Sum of RGB (Red+Green+Blue) = 15+202+129=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA81 is #F0357E. Grayscale: #898989. Windows color (decimal): -15742335 or 8505871. OLE color: 8505871.
HSL color Cylindrical-coordinate representation of color #0FCA81: hue angle of 156.58º 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 #0FCA81 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 129 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.21 |
| HSL | 156.58º | 0.86% | 0.43% | - |
| HSV(B) | 156.58º | 0.93% | 0.79% | - |
| XYZ | 25.28 | 43.93 | 27.92 | - |
| YUV | 137.77 | 123.05 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 129 | 0.93 | 0 | 0.36 | 0.21 | 156.58 | 0.86 | 0.43 |
| Hex | F | CA | 81 | 5D | 0 | 24 | 15 | 9D | 56 | 2B |
| Octal | 17 | 312 | 201 | 135 | 0 | 44 | 25 | 235 | 126 | 53 |
| Binary | 1111 | 11001010 | 10000001 | 1011101 | 0 | 100100 | 10101 | 10011101 | 1010110 | 101011 |
Color Harmonies of #0FCA81
Complementary color
Monochromatic Colors of #0FCA81
Black with #0FCA81
Text Example
Text Example
White with #0FCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA81; }
p { color: rgb(15,202,129); }
H1.HeaderClassName
{
color: #0FCA81;
}
.AnyTagClassName
{
color: #0FCA81;
}
</style>
background-color css
<style>
a { background-color: #0FCA81; }
a { background-color: rgb(15,202,129); }
div.DivClassName
{
background-color: #0FCA81;
}
.BgClassName
{
background-color: #0FCA81;
}
</style>
border-color css
<style>
span { border-color: #0FCA81; }
span { border-color: rgb(15,202,129); }
td.TdClassName
{
border-color: #0FCA81;
}
.TagClassName
{
border-color: #0FCA81;
}
</style>