Shades of Mountain Meadow #0CBF75
Tints of Mountain Meadow #0CBF75
RGB
CMYK
RGB Variations
Color information
#0CBF75 (or 0x0CBF75) is known color: Mountain Meadow. HEX triplet: 0C, BF and 75. RGB value is (12,191,117). Sum of RGB (Red+Green+Blue) = 12+191+117=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF75 is #F3408A. Grayscale: #818181. Windows color (decimal): -15941771 or 7716620. OLE color: 7716620.
HSL color Cylindrical-coordinate representation of color #0CBF75: hue angle of 155.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF75 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 117 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.25 |
| HSL | 155.2º | 0.88% | 0.4% | - |
| HSV(B) | 155.2º | 0.94% | 0.75% | - |
| XYZ | 21.99 | 38.62 | 23.13 | - |
| YUV | 129.04 | 121.2 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 117 | 0.94 | 0 | 0.39 | 0.25 | 155.2 | 0.88 | 0.4 |
| Hex | C | BF | 75 | 5E | 0 | 27 | 19 | 9B | 58 | 28 |
| Octal | 14 | 277 | 165 | 136 | 0 | 47 | 31 | 233 | 130 | 50 |
| Binary | 1100 | 10111111 | 1110101 | 1011110 | 0 | 100111 | 11001 | 10011011 | 1011000 | 101000 |
Color Harmonies of #0CBF75
Complementary color
Monochromatic Colors of #0CBF75
Black with #0CBF75
Text Example
Text Example
White with #0CBF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF75; }
p { color: rgb(12,191,117); }
H1.HeaderClassName
{
color: #0CBF75;
}
.AnyTagClassName
{
color: #0CBF75;
}
</style>
background-color css
<style>
a { background-color: #0CBF75; }
a { background-color: rgb(12,191,117); }
div.DivClassName
{
background-color: #0CBF75;
}
.BgClassName
{
background-color: #0CBF75;
}
</style>
border-color css
<style>
span { border-color: #0CBF75; }
span { border-color: rgb(12,191,117); }
td.TdClassName
{
border-color: #0CBF75;
}
.TagClassName
{
border-color: #0CBF75;
}
</style>