Html Css Color HEX #0C956F Free Speech Aquamarine
📋 copy color: '#0C956F'red 12 ◦ green 149 ◦ blue 111
Shades of Free Speech Aquamarine #0C956F
Tints of Free Speech Aquamarine #0C956F
RGB
CMYK
RGB Variations
Color information
#0C956F (or 0x0C956F) is known color: Free Speech Aquamarine. HEX triplet: 0C, 95 and 6F. RGB value is (12,149,111). Sum of RGB (Red+Green+Blue) = 12+149+111=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #0C956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C956F is #F36A90. Grayscale: #676767. Windows color (decimal): -15952529 or 7312652. OLE color: 7312652.
HSL color Cylindrical-coordinate representation of color #0C956F: hue angle of 163.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C956F is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 111 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.42 |
| HSL | 163.36º | 0.85% | 0.32% | - |
| HSV(B) | 163.36º | 0.92% | 0.58% | - |
| XYZ | 13.77 | 22.72 | 18.7 | - |
| YUV | 103.71 | 132.11 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 111 | 0.92 | 0 | 0.26 | 0.42 | 163.36 | 0.85 | 0.32 |
| Hex | C | 95 | 6F | 5C | 0 | 1A | 2A | A3 | 55 | 20 |
| Octal | 14 | 225 | 157 | 134 | 0 | 32 | 52 | 243 | 125 | 40 |
| Binary | 1100 | 10010101 | 1101111 | 1011100 | 0 | 11010 | 101010 | 10100011 | 1010101 | 100000 |
Color Harmonies of #0C956F
Complementary color
Monochromatic Colors of #0C956F
Black with #0C956F
Text Example
Text Example
White with #0C956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C956F; }
p { color: rgb(12,149,111); }
H1.HeaderClassName
{
color: #0C956F;
}
.AnyTagClassName
{
color: #0C956F;
}
</style>
background-color css
<style>
a { background-color: #0C956F; }
a { background-color: rgb(12,149,111); }
div.DivClassName
{
background-color: #0C956F;
}
.BgClassName
{
background-color: #0C956F;
}
</style>
border-color css
<style>
span { border-color: #0C956F; }
span { border-color: rgb(12,149,111); }
td.TdClassName
{
border-color: #0C956F;
}
.TagClassName
{
border-color: #0C956F;
}
</style>