Shades of Mountain Meadow #0BC974
Tints of Mountain Meadow #0BC974
RGB
CMYK
RGB Variations
Color information
#0BC974 (or 0x0BC974) is known color: Mountain Meadow. HEX triplet: 0B, C9 and 74. RGB value is (11,201,116). Sum of RGB (Red+Green+Blue) = 11+201+116=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC974 is #F4368B. Grayscale: #868686. Windows color (decimal): -16004748 or 7653643. OLE color: 7653643.
HSL color Cylindrical-coordinate representation of color #0BC974: hue angle of 153.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC974 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 116 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.21 |
| HSL | 153.16º | 0.9% | 0.42% | - |
| HSV(B) | 153.16º | 0.95% | 0.79% | - |
| XYZ | 24.18 | 43.11 | 23.57 | - |
| YUV | 134.5 | 117.55 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 116 | 0.95 | 0 | 0.42 | 0.21 | 153.16 | 0.9 | 0.42 |
| Hex | B | C9 | 74 | 5F | 0 | 2A | 15 | 99 | 5A | 2A |
| Octal | 13 | 311 | 164 | 137 | 0 | 52 | 25 | 231 | 132 | 52 |
| Binary | 1011 | 11001001 | 1110100 | 1011111 | 0 | 101010 | 10101 | 10011001 | 1011010 | 101010 |
Color Harmonies of #0BC974
Complementary color
Monochromatic Colors of #0BC974
Black with #0BC974
Text Example
Text Example
White with #0BC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC974; }
p { color: rgb(11,201,116); }
H1.HeaderClassName
{
color: #0BC974;
}
.AnyTagClassName
{
color: #0BC974;
}
</style>
background-color css
<style>
a { background-color: #0BC974; }
a { background-color: rgb(11,201,116); }
div.DivClassName
{
background-color: #0BC974;
}
.BgClassName
{
background-color: #0BC974;
}
</style>
border-color css
<style>
span { border-color: #0BC974; }
span { border-color: rgb(11,201,116); }
td.TdClassName
{
border-color: #0BC974;
}
.TagClassName
{
border-color: #0BC974;
}
</style>