Html Css Color HEX #0A9E7A Free Speech Aquamarine
📋 copy color: '#0A9E7A'red 10 ◦ green 158 ◦ blue 122
Shades of Free Speech Aquamarine #0A9E7A
Tints of Free Speech Aquamarine #0A9E7A
RGB
CMYK
RGB Variations
Color information
#0A9E7A (or 0x0A9E7A) is known color: Free Speech Aquamarine. HEX triplet: 0A, 9E and 7A. RGB value is (10,158,122). Sum of RGB (Red+Green+Blue) = 10+158+122=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E7A is #F56185. Grayscale: #6D6D6D. Windows color (decimal): -16081286 or 8035850. OLE color: 8035850.
HSL color Cylindrical-coordinate representation of color #0A9E7A: hue angle of 165.41º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E7A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 122 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.38 |
| HSL | 165.41º | 0.88% | 0.33% | - |
| HSV(B) | 165.41º | 0.94% | 0.62% | - |
| XYZ | 15.86 | 25.92 | 22.58 | - |
| YUV | 109.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 122 | 0.94 | 0 | 0.23 | 0.38 | 165.41 | 0.88 | 0.33 |
| Hex | A | 9E | 7A | 5E | 0 | 17 | 26 | A5 | 58 | 21 |
| Octal | 12 | 236 | 172 | 136 | 0 | 27 | 46 | 245 | 130 | 41 |
| Binary | 1010 | 10011110 | 1111010 | 1011110 | 0 | 10111 | 100110 | 10100101 | 1011000 | 100001 |
Color Harmonies of #0A9E7A
Complementary color
Monochromatic Colors of #0A9E7A
Black with #0A9E7A
Text Example
Text Example
White with #0A9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E7A; }
p { color: rgb(10,158,122); }
H1.HeaderClassName
{
color: #0A9E7A;
}
.AnyTagClassName
{
color: #0A9E7A;
}
</style>
background-color css
<style>
a { background-color: #0A9E7A; }
a { background-color: rgb(10,158,122); }
div.DivClassName
{
background-color: #0A9E7A;
}
.BgClassName
{
background-color: #0A9E7A;
}
</style>
border-color css
<style>
span { border-color: #0A9E7A; }
span { border-color: rgb(10,158,122); }
td.TdClassName
{
border-color: #0A9E7A;
}
.TagClassName
{
border-color: #0A9E7A;
}
</style>