Html Css Color HEX #09A076 Free Speech Aquamarine
📋 copy color: '#09A076'red 9 ◦ green 160 ◦ blue 118
Shades of Free Speech Aquamarine #09A076
Tints of Free Speech Aquamarine #09A076
RGB
CMYK
RGB Variations
Color information
#09A076 (or 0x09A076) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 76. RGB value is (9,160,118). Sum of RGB (Red+Green+Blue) = 9+160+118=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #09A076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A076 is #F65F89. Grayscale: #6E6E6E. Windows color (decimal): -16146314 or 7774217. OLE color: 7774217.
HSL color Cylindrical-coordinate representation of color #09A076: hue angle of 163.31º degrees, saturation: 0.89, 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 #09A076 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 118 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.37 |
| HSL | 163.31º | 0.89% | 0.33% | - |
| HSV(B) | 163.31º | 0.94% | 0.63% | - |
| XYZ | 15.95 | 26.51 | 21.42 | - |
| YUV | 110.06 | 132.47 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 118 | 0.94 | 0 | 0.26 | 0.37 | 163.31 | 0.89 | 0.33 |
| Hex | 9 | A0 | 76 | 5E | 0 | 1A | 25 | A3 | 59 | 21 |
| Octal | 11 | 240 | 166 | 136 | 0 | 32 | 45 | 243 | 131 | 41 |
| Binary | 1001 | 10100000 | 1110110 | 1011110 | 0 | 11010 | 100101 | 10100011 | 1011001 | 100001 |
Color Harmonies of #09A076
Complementary color
Monochromatic Colors of #09A076
Black with #09A076
Text Example
Text Example
White with #09A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A076; }
p { color: rgb(9,160,118); }
H1.HeaderClassName
{
color: #09A076;
}
.AnyTagClassName
{
color: #09A076;
}
</style>
background-color css
<style>
a { background-color: #09A076; }
a { background-color: rgb(9,160,118); }
div.DivClassName
{
background-color: #09A076;
}
.BgClassName
{
background-color: #09A076;
}
</style>
border-color css
<style>
span { border-color: #09A076; }
span { border-color: rgb(9,160,118); }
td.TdClassName
{
border-color: #09A076;
}
.TagClassName
{
border-color: #09A076;
}
</style>