Html Css Color HEX #0AA075 Free Speech Aquamarine
📋 copy color: '#0AA075'red 10 ◦ green 160 ◦ blue 117
Shades of Free Speech Aquamarine #0AA075
Tints of Free Speech Aquamarine #0AA075
RGB
CMYK
RGB Variations
Color information
#0AA075 (or 0x0AA075) is known color: Free Speech Aquamarine. HEX triplet: 0A, A0 and 75. RGB value is (10,160,117). Sum of RGB (Red+Green+Blue) = 10+160+117=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA075 is #F55F8A. Grayscale: #6E6E6E. Windows color (decimal): -16080779 or 7708682. OLE color: 7708682.
HSL color Cylindrical-coordinate representation of color #0AA075: hue angle of 162.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA075 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 117 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.37 |
| HSL | 162.8º | 0.88% | 0.33% | - |
| HSV(B) | 162.8º | 0.94% | 0.63% | - |
| XYZ | 15.91 | 26.49 | 21.1 | - |
| YUV | 110.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 117 | 0.94 | 0 | 0.27 | 0.37 | 162.8 | 0.88 | 0.33 |
| Hex | A | A0 | 75 | 5E | 0 | 1B | 25 | A3 | 58 | 21 |
| Octal | 12 | 240 | 165 | 136 | 0 | 33 | 45 | 243 | 130 | 41 |
| Binary | 1010 | 10100000 | 1110101 | 1011110 | 0 | 11011 | 100101 | 10100011 | 1011000 | 100001 |
Color Harmonies of #0AA075
Complementary color
Monochromatic Colors of #0AA075
Black with #0AA075
Text Example
Text Example
White with #0AA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA075; }
p { color: rgb(10,160,117); }
H1.HeaderClassName
{
color: #0AA075;
}
.AnyTagClassName
{
color: #0AA075;
}
</style>
background-color css
<style>
a { background-color: #0AA075; }
a { background-color: rgb(10,160,117); }
div.DivClassName
{
background-color: #0AA075;
}
.BgClassName
{
background-color: #0AA075;
}
</style>
border-color css
<style>
span { border-color: #0AA075; }
span { border-color: rgb(10,160,117); }
td.TdClassName
{
border-color: #0AA075;
}
.TagClassName
{
border-color: #0AA075;
}
</style>