Shades of Mountain Meadow #0FC38A
Tints of Mountain Meadow #0FC38A
RGB
CMYK
RGB Variations
Color information
#0FC38A (or 0x0FC38A) is known color: Mountain Meadow. HEX triplet: 0F, C3 and 8A. RGB value is (15,195,138). Sum of RGB (Red+Green+Blue) = 15+195+138=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC38A is #F03C75. Grayscale: #868686. Windows color (decimal): -15744118 or 9093903. OLE color: 9093903.
HSL color Cylindrical-coordinate representation of color #0FC38A: hue angle of 161º 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 #0FC38A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 138 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.24 |
| HSL | 161º | 0.86% | 0.41% | - |
| HSV(B) | 161º | 0.92% | 0.76% | - |
| XYZ | 24.3 | 40.97 | 30.67 | - |
| YUV | 134.68 | 129.87 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 138 | 0.92 | 0 | 0.29 | 0.24 | 161 | 0.86 | 0.41 |
| Hex | F | C3 | 8A | 5C | 0 | 1D | 18 | A1 | 56 | 29 |
| Octal | 17 | 303 | 212 | 134 | 0 | 35 | 30 | 241 | 126 | 51 |
| Binary | 1111 | 11000011 | 10001010 | 1011100 | 0 | 11101 | 11000 | 10100001 | 1010110 | 101001 |
Color Harmonies of #0FC38A
Complementary color
Monochromatic Colors of #0FC38A
Black with #0FC38A
Text Example
Text Example
White with #0FC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC38A; }
p { color: rgb(15,195,138); }
H1.HeaderClassName
{
color: #0FC38A;
}
.AnyTagClassName
{
color: #0FC38A;
}
</style>
background-color css
<style>
a { background-color: #0FC38A; }
a { background-color: rgb(15,195,138); }
div.DivClassName
{
background-color: #0FC38A;
}
.BgClassName
{
background-color: #0FC38A;
}
</style>
border-color css
<style>
span { border-color: #0FC38A; }
span { border-color: rgb(15,195,138); }
td.TdClassName
{
border-color: #0FC38A;
}
.TagClassName
{
border-color: #0FC38A;
}
</style>