Html Css Color HEX #0C966A Free Speech Aquamarine
📋 copy color: '#0C966A'red 12 ◦ green 150 ◦ blue 106
Shades of Free Speech Aquamarine #0C966A
Tints of Free Speech Aquamarine #0C966A
RGB
CMYK
RGB Variations
Color information
#0C966A (or 0x0C966A) is known color: Free Speech Aquamarine. HEX triplet: 0C, 96 and 6A. RGB value is (12,150,106). Sum of RGB (Red+Green+Blue) = 12+150+106=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #0C966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C966A is #F36995. Grayscale: #676767. Windows color (decimal): -15952278 or 6985228. OLE color: 6985228.
HSL color Cylindrical-coordinate representation of color #0C966A: hue angle of 160.87º 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 #0C966A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 106 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.41 |
| HSL | 160.87º | 0.85% | 0.32% | - |
| HSV(B) | 160.87º | 0.92% | 0.59% | - |
| XYZ | 13.66 | 22.93 | 17.34 | - |
| YUV | 103.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 106 | 0.92 | 0 | 0.29 | 0.41 | 160.87 | 0.85 | 0.32 |
| Hex | C | 96 | 6A | 5C | 0 | 1D | 29 | A1 | 55 | 20 |
| Octal | 14 | 226 | 152 | 134 | 0 | 35 | 51 | 241 | 125 | 40 |
| Binary | 1100 | 10010110 | 1101010 | 1011100 | 0 | 11101 | 101001 | 10100001 | 1010101 | 100000 |
Color Harmonies of #0C966A
Complementary color
Monochromatic Colors of #0C966A
Black with #0C966A
Text Example
Text Example
White with #0C966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C966A; }
p { color: rgb(12,150,106); }
H1.HeaderClassName
{
color: #0C966A;
}
.AnyTagClassName
{
color: #0C966A;
}
</style>
background-color css
<style>
a { background-color: #0C966A; }
a { background-color: rgb(12,150,106); }
div.DivClassName
{
background-color: #0C966A;
}
.BgClassName
{
background-color: #0C966A;
}
</style>
border-color css
<style>
span { border-color: #0C966A; }
span { border-color: rgb(12,150,106); }
td.TdClassName
{
border-color: #0C966A;
}
.TagClassName
{
border-color: #0C966A;
}
</style>