Html Css Color HEX #0A9978 Free Speech Aquamarine
📋 copy color: '#0A9978'red 10 ◦ green 153 ◦ blue 120
Shades of Free Speech Aquamarine #0A9978
Tints of Free Speech Aquamarine #0A9978
RGB
CMYK
RGB Variations
Color information
#0A9978 (or 0x0A9978) is known color: Free Speech Aquamarine. HEX triplet: 0A, 99 and 78. RGB value is (10,153,120). Sum of RGB (Red+Green+Blue) = 10+153+120=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9978 is #F56687. Grayscale: #6A6A6A. Windows color (decimal): -16082568 or 7903498. OLE color: 7903498.
HSL color Cylindrical-coordinate representation of color #0A9978: hue angle of 166.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9978 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 120 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.4 |
| HSL | 166.15º | 0.88% | 0.32% | - |
| HSV(B) | 166.15º | 0.93% | 0.6% | - |
| XYZ | 14.91 | 24.2 | 21.66 | - |
| YUV | 106.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 120 | 0.93 | 0 | 0.22 | 0.4 | 166.15 | 0.88 | 0.32 |
| Hex | A | 99 | 78 | 5D | 0 | 16 | 28 | A6 | 58 | 20 |
| Octal | 12 | 231 | 170 | 135 | 0 | 26 | 50 | 246 | 130 | 40 |
| Binary | 1010 | 10011001 | 1111000 | 1011101 | 0 | 10110 | 101000 | 10100110 | 1011000 | 100000 |
Color Harmonies of #0A9978
Complementary color
Monochromatic Colors of #0A9978
Black with #0A9978
Text Example
Text Example
White with #0A9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9978; }
p { color: rgb(10,153,120); }
H1.HeaderClassName
{
color: #0A9978;
}
.AnyTagClassName
{
color: #0A9978;
}
</style>
background-color css
<style>
a { background-color: #0A9978; }
a { background-color: rgb(10,153,120); }
div.DivClassName
{
background-color: #0A9978;
}
.BgClassName
{
background-color: #0A9978;
}
</style>
border-color css
<style>
span { border-color: #0A9978; }
span { border-color: rgb(10,153,120); }
td.TdClassName
{
border-color: #0A9978;
}
.TagClassName
{
border-color: #0A9978;
}
</style>