Shades of Mountain Meadow #0FD27A
Tints of Mountain Meadow #0FD27A
RGB
CMYK
RGB Variations
Color information
#0FD27A (or 0x0FD27A) is known color: Mountain Meadow. HEX triplet: 0F, D2 and 7A. RGB value is (15,210,122). Sum of RGB (Red+Green+Blue) = 15+210+122=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD27A is #F02D85. Grayscale: #8D8D8D. Windows color (decimal): -15740294 or 8049167. OLE color: 8049167.
HSL color Cylindrical-coordinate representation of color #0FD27A: hue angle of 152.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD27A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 122 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.18 |
| HSL | 152.92º | 0.87% | 0.44% | - |
| HSV(B) | 152.92º | 0.93% | 0.82% | - |
| XYZ | 26.76 | 47.6 | 26.19 | - |
| YUV | 141.66 | 116.9 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 122 | 0.93 | 0 | 0.42 | 0.18 | 152.92 | 0.87 | 0.44 |
| Hex | F | D2 | 7A | 5D | 0 | 2A | 12 | 99 | 57 | 2C |
| Octal | 17 | 322 | 172 | 135 | 0 | 52 | 22 | 231 | 127 | 54 |
| Binary | 1111 | 11010010 | 1111010 | 1011101 | 0 | 101010 | 10010 | 10011001 | 1010111 | 101100 |
Color Harmonies of #0FD27A
Complementary color
Monochromatic Colors of #0FD27A
Black with #0FD27A
Text Example
Text Example
White with #0FD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD27A; }
p { color: rgb(15,210,122); }
H1.HeaderClassName
{
color: #0FD27A;
}
.AnyTagClassName
{
color: #0FD27A;
}
</style>
background-color css
<style>
a { background-color: #0FD27A; }
a { background-color: rgb(15,210,122); }
div.DivClassName
{
background-color: #0FD27A;
}
.BgClassName
{
background-color: #0FD27A;
}
</style>
border-color css
<style>
span { border-color: #0FD27A; }
span { border-color: rgb(15,210,122); }
td.TdClassName
{
border-color: #0FD27A;
}
.TagClassName
{
border-color: #0FD27A;
}
</style>