Html Css Color HEX #0A9572 Free Speech Aquamarine
📋 copy color: '#0A9572'red 10 ◦ green 149 ◦ blue 114
Shades of Free Speech Aquamarine #0A9572
Tints of Free Speech Aquamarine #0A9572
RGB
CMYK
RGB Variations
Color information
#0A9572 (or 0x0A9572) is known color: Free Speech Aquamarine. HEX triplet: 0A, 95 and 72. RGB value is (10,149,114). Sum of RGB (Red+Green+Blue) = 10+149+114=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9572 is #F56A8D. Grayscale: #676767. Windows color (decimal): -16083598 or 7509258. OLE color: 7509258.
HSL color Cylindrical-coordinate representation of color #0A9572: hue angle of 164.89º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9572 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 114 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.42 |
| HSL | 164.89º | 0.87% | 0.31% | - |
| HSV(B) | 164.89º | 0.93% | 0.58% | - |
| XYZ | 13.91 | 22.77 | 19.58 | - |
| YUV | 103.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 114 | 0.93 | 0 | 0.23 | 0.42 | 164.89 | 0.87 | 0.31 |
| Hex | A | 95 | 72 | 5D | 0 | 17 | 2A | A5 | 57 | 1F |
| Octal | 12 | 225 | 162 | 135 | 0 | 27 | 52 | 245 | 127 | 37 |
| Binary | 1010 | 10010101 | 1110010 | 1011101 | 0 | 10111 | 101010 | 10100101 | 1010111 | 11111 |
Color Harmonies of #0A9572
Complementary color
Monochromatic Colors of #0A9572
Black with #0A9572
Text Example
Text Example
White with #0A9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9572; }
p { color: rgb(10,149,114); }
H1.HeaderClassName
{
color: #0A9572;
}
.AnyTagClassName
{
color: #0A9572;
}
</style>
background-color css
<style>
a { background-color: #0A9572; }
a { background-color: rgb(10,149,114); }
div.DivClassName
{
background-color: #0A9572;
}
.BgClassName
{
background-color: #0A9572;
}
</style>
border-color css
<style>
span { border-color: #0A9572; }
span { border-color: rgb(10,149,114); }
td.TdClassName
{
border-color: #0A9572;
}
.TagClassName
{
border-color: #0A9572;
}
</style>