Html Css Color HEX #0C966F Free Speech Aquamarine
📋 copy color: '#0C966F'red 12 ◦ green 150 ◦ blue 111
Shades of Free Speech Aquamarine #0C966F
Tints of Free Speech Aquamarine #0C966F
RGB
CMYK
RGB Variations
Color information
#0C966F (or 0x0C966F) is known color: Free Speech Aquamarine. HEX triplet: 0C, 96 and 6F. RGB value is (12,150,111). Sum of RGB (Red+Green+Blue) = 12+150+111=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #0C966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C966F is #F36990. Grayscale: #686868. Windows color (decimal): -15952273 or 7312908. OLE color: 7312908.
HSL color Cylindrical-coordinate representation of color #0C966F: hue angle of 163.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C966F is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 111 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.41 |
| HSL | 163.04º | 0.85% | 0.32% | - |
| HSV(B) | 163.04º | 0.92% | 0.59% | - |
| XYZ | 13.93 | 23.04 | 18.75 | - |
| YUV | 104.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 111 | 0.92 | 0 | 0.26 | 0.41 | 163.04 | 0.85 | 0.32 |
| Hex | C | 96 | 6F | 5C | 0 | 1A | 29 | A3 | 55 | 20 |
| Octal | 14 | 226 | 157 | 134 | 0 | 32 | 51 | 243 | 125 | 40 |
| Binary | 1100 | 10010110 | 1101111 | 1011100 | 0 | 11010 | 101001 | 10100011 | 1010101 | 100000 |
Color Harmonies of #0C966F
Complementary color
Monochromatic Colors of #0C966F
Black with #0C966F
Text Example
Text Example
White with #0C966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C966F; }
p { color: rgb(12,150,111); }
H1.HeaderClassName
{
color: #0C966F;
}
.AnyTagClassName
{
color: #0C966F;
}
</style>
background-color css
<style>
a { background-color: #0C966F; }
a { background-color: rgb(12,150,111); }
div.DivClassName
{
background-color: #0C966F;
}
.BgClassName
{
background-color: #0C966F;
}
</style>
border-color css
<style>
span { border-color: #0C966F; }
span { border-color: rgb(12,150,111); }
td.TdClassName
{
border-color: #0C966F;
}
.TagClassName
{
border-color: #0C966F;
}
</style>