Html Css Color HEX #0AA876 Free Speech Aquamarine
📋 copy color: '#0AA876'red 10 ◦ green 168 ◦ blue 118
Shades of Free Speech Aquamarine #0AA876
Tints of Free Speech Aquamarine #0AA876
RGB
CMYK
RGB Variations
Color information
#0AA876 (or 0x0AA876) is known color: Free Speech Aquamarine. HEX triplet: 0A, A8 and 76. RGB value is (10,168,118). Sum of RGB (Red+Green+Blue) = 10+168+118=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA876 is #F55789. Grayscale: #737373. Windows color (decimal): -16078730 or 7776266. OLE color: 7776266.
HSL color Cylindrical-coordinate representation of color #0AA876: hue angle of 161.01º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA876 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 168 | 118 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.34 |
| HSL | 161.01º | 0.89% | 0.35% | - |
| HSV(B) | 161.01º | 0.94% | 0.66% | - |
| XYZ | 17.4 | 29.38 | 21.89 | - |
| YUV | 115.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 118 | 0.94 | 0 | 0.30 | 0.34 | 161.01 | 0.89 | 0.35 |
| Hex | A | A8 | 76 | 5E | 0 | 1E | 22 | A1 | 59 | 23 |
| Octal | 12 | 250 | 166 | 136 | 0 | 36 | 42 | 241 | 131 | 43 |
| Binary | 1010 | 10101000 | 1110110 | 1011110 | 0 | 11110 | 100010 | 10100001 | 1011001 | 100011 |
Color Harmonies of #0AA876
Complementary color
Monochromatic Colors of #0AA876
Black with #0AA876
Text Example
Text Example
White with #0AA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA876; }
p { color: rgb(10,168,118); }
H1.HeaderClassName
{
color: #0AA876;
}
.AnyTagClassName
{
color: #0AA876;
}
</style>
background-color css
<style>
a { background-color: #0AA876; }
a { background-color: rgb(10,168,118); }
div.DivClassName
{
background-color: #0AA876;
}
.BgClassName
{
background-color: #0AA876;
}
</style>
border-color css
<style>
span { border-color: #0AA876; }
span { border-color: rgb(10,168,118); }
td.TdClassName
{
border-color: #0AA876;
}
.TagClassName
{
border-color: #0AA876;
}
</style>