Shades of Mountain Meadow #0FC37A
Tints of Mountain Meadow #0FC37A
RGB
CMYK
RGB Variations
Color information
#0FC37A (or 0x0FC37A) is known color: Mountain Meadow. HEX triplet: 0F, C3 and 7A. RGB value is (15,195,122). Sum of RGB (Red+Green+Blue) = 15+195+122=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC37A is #F03C85. Grayscale: #848484. Windows color (decimal): -15744134 or 8045327. OLE color: 8045327.
HSL color Cylindrical-coordinate representation of color #0FC37A: hue angle of 155.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC37A is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 122 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.24 |
| HSL | 155.67º | 0.86% | 0.41% | - |
| HSV(B) | 155.67º | 0.92% | 0.76% | - |
| XYZ | 23.22 | 40.54 | 25.01 | - |
| YUV | 132.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 122 | 0.92 | 0 | 0.37 | 0.24 | 155.67 | 0.86 | 0.41 |
| Hex | F | C3 | 7A | 5C | 0 | 25 | 18 | 9C | 56 | 29 |
| Octal | 17 | 303 | 172 | 134 | 0 | 45 | 30 | 234 | 126 | 51 |
| Binary | 1111 | 11000011 | 1111010 | 1011100 | 0 | 100101 | 11000 | 10011100 | 1010110 | 101001 |
Color Harmonies of #0FC37A
Complementary color
Monochromatic Colors of #0FC37A
Black with #0FC37A
Text Example
Text Example
White with #0FC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC37A; }
p { color: rgb(15,195,122); }
H1.HeaderClassName
{
color: #0FC37A;
}
.AnyTagClassName
{
color: #0FC37A;
}
</style>
background-color css
<style>
a { background-color: #0FC37A; }
a { background-color: rgb(15,195,122); }
div.DivClassName
{
background-color: #0FC37A;
}
.BgClassName
{
background-color: #0FC37A;
}
</style>
border-color css
<style>
span { border-color: #0FC37A; }
span { border-color: rgb(15,195,122); }
td.TdClassName
{
border-color: #0FC37A;
}
.TagClassName
{
border-color: #0FC37A;
}
</style>