Html Css Color HEX #0C9F76 Free Speech Aquamarine
📋 copy color: '#0C9F76'red 12 ◦ green 159 ◦ blue 118
Shades of Free Speech Aquamarine #0C9F76
Tints of Free Speech Aquamarine #0C9F76
RGB
CMYK
RGB Variations
Color information
#0C9F76 (or 0x0C9F76) is known color: Free Speech Aquamarine. HEX triplet: 0C, 9F and 76. RGB value is (12,159,118). Sum of RGB (Red+Green+Blue) = 12+159+118=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F76 is #F36089. Grayscale: #6E6E6E. Windows color (decimal): -15949962 or 7773964. OLE color: 7773964.
HSL color Cylindrical-coordinate representation of color #0C9F76: hue angle of 163.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F76 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 118 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.38 |
| HSL | 163.27º | 0.86% | 0.34% | - |
| HSV(B) | 163.27º | 0.92% | 0.62% | - |
| XYZ | 15.82 | 26.18 | 21.36 | - |
| YUV | 110.37 | 132.3 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 118 | 0.92 | 0 | 0.26 | 0.38 | 163.27 | 0.86 | 0.34 |
| Hex | C | 9F | 76 | 5C | 0 | 1A | 26 | A3 | 56 | 22 |
| Octal | 14 | 237 | 166 | 134 | 0 | 32 | 46 | 243 | 126 | 42 |
| Binary | 1100 | 10011111 | 1110110 | 1011100 | 0 | 11010 | 100110 | 10100011 | 1010110 | 100010 |
Color Harmonies of #0C9F76
Complementary color
Monochromatic Colors of #0C9F76
Black with #0C9F76
Text Example
Text Example
White with #0C9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F76; }
p { color: rgb(12,159,118); }
H1.HeaderClassName
{
color: #0C9F76;
}
.AnyTagClassName
{
color: #0C9F76;
}
</style>
background-color css
<style>
a { background-color: #0C9F76; }
a { background-color: rgb(12,159,118); }
div.DivClassName
{
background-color: #0C9F76;
}
.BgClassName
{
background-color: #0C9F76;
}
</style>
border-color css
<style>
span { border-color: #0C9F76; }
span { border-color: rgb(12,159,118); }
td.TdClassName
{
border-color: #0C9F76;
}
.TagClassName
{
border-color: #0C9F76;
}
</style>