Html Css Color HEX #0A967E Free Speech Aquamarine
📋 copy color: '#0A967E'red 10 ◦ green 150 ◦ blue 126
Shades of Free Speech Aquamarine #0A967E
Tints of Free Speech Aquamarine #0A967E
RGB
CMYK
RGB Variations
Color information
#0A967E (or 0x0A967E) is known color: Free Speech Aquamarine. HEX triplet: 0A, 96 and 7E. RGB value is (10,150,126). Sum of RGB (Red+Green+Blue) = 10+150+126=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #0A967E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A967E is #F56981. Grayscale: #696969. Windows color (decimal): -16083330 or 8295946. OLE color: 8295946.
HSL color Cylindrical-coordinate representation of color #0A967E: hue angle of 169.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A967E is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 126 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.41 |
| HSL | 169.71º | 0.88% | 0.31% | - |
| HSV(B) | 169.71º | 0.93% | 0.59% | - |
| XYZ | 14.8 | 23.38 | 23.47 | - |
| YUV | 105.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 126 | 0.93 | 0 | 0.16 | 0.41 | 169.71 | 0.88 | 0.31 |
| Hex | A | 96 | 7E | 5D | 0 | 10 | 29 | AA | 58 | 1F |
| Octal | 12 | 226 | 176 | 135 | 0 | 20 | 51 | 252 | 130 | 37 |
| Binary | 1010 | 10010110 | 1111110 | 1011101 | 0 | 10000 | 101001 | 10101010 | 1011000 | 11111 |
Color Harmonies of #0A967E
Complementary color
Monochromatic Colors of #0A967E
Black with #0A967E
Text Example
Text Example
White with #0A967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A967E; }
p { color: rgb(10,150,126); }
H1.HeaderClassName
{
color: #0A967E;
}
.AnyTagClassName
{
color: #0A967E;
}
</style>
background-color css
<style>
a { background-color: #0A967E; }
a { background-color: rgb(10,150,126); }
div.DivClassName
{
background-color: #0A967E;
}
.BgClassName
{
background-color: #0A967E;
}
</style>
border-color css
<style>
span { border-color: #0A967E; }
span { border-color: rgb(10,150,126); }
td.TdClassName
{
border-color: #0A967E;
}
.TagClassName
{
border-color: #0A967E;
}
</style>