Shades of Mountain Meadow #0FC28A
Tints of Mountain Meadow #0FC28A
RGB
CMYK
RGB Variations
Color information
#0FC28A (or 0x0FC28A) is known color: Mountain Meadow. HEX triplet: 0F, C2 and 8A. RGB value is (15,194,138). Sum of RGB (Red+Green+Blue) = 15+194+138=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC28A is #F03D75. Grayscale: #868686. Windows color (decimal): -15744374 or 9093647. OLE color: 9093647.
HSL color Cylindrical-coordinate representation of color #0FC28A: hue angle of 161.23º 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 #0FC28A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 138 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.24 |
| HSL | 161.23º | 0.86% | 0.41% | - |
| HSV(B) | 161.23º | 0.92% | 0.76% | - |
| XYZ | 24.08 | 40.52 | 30.6 | - |
| YUV | 134.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 138 | 0.92 | 0 | 0.29 | 0.24 | 161.23 | 0.86 | 0.41 |
| Hex | F | C2 | 8A | 5C | 0 | 1D | 18 | A1 | 56 | 29 |
| Octal | 17 | 302 | 212 | 134 | 0 | 35 | 30 | 241 | 126 | 51 |
| Binary | 1111 | 11000010 | 10001010 | 1011100 | 0 | 11101 | 11000 | 10100001 | 1010110 | 101001 |
Color Harmonies of #0FC28A
Complementary color
Monochromatic Colors of #0FC28A
Black with #0FC28A
Text Example
Text Example
White with #0FC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC28A; }
p { color: rgb(15,194,138); }
H1.HeaderClassName
{
color: #0FC28A;
}
.AnyTagClassName
{
color: #0FC28A;
}
</style>
background-color css
<style>
a { background-color: #0FC28A; }
a { background-color: rgb(15,194,138); }
div.DivClassName
{
background-color: #0FC28A;
}
.BgClassName
{
background-color: #0FC28A;
}
</style>
border-color css
<style>
span { border-color: #0FC28A; }
span { border-color: rgb(15,194,138); }
td.TdClassName
{
border-color: #0FC28A;
}
.TagClassName
{
border-color: #0FC28A;
}
</style>