Html Css Color HEX #09A17A Free Speech Aquamarine
📋 copy color: '#09A17A'red 9 ◦ green 161 ◦ blue 122
Shades of Free Speech Aquamarine #09A17A
Tints of Free Speech Aquamarine #09A17A
RGB
CMYK
RGB Variations
Color information
#09A17A (or 0x09A17A) is known color: Free Speech Aquamarine. HEX triplet: 09, A1 and 7A. RGB value is (9,161,122). Sum of RGB (Red+Green+Blue) = 9+161+122=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #09A17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A17A is #F65E85. Grayscale: #6F6F6F. Windows color (decimal): -16146054 or 8036617. OLE color: 8036617.
HSL color Cylindrical-coordinate representation of color #09A17A: hue angle of 164.61º 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 #09A17A is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 122 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.37 |
| HSL | 164.61º | 0.89% | 0.33% | - |
| HSV(B) | 164.61º | 0.94% | 0.63% | - |
| XYZ | 16.37 | 26.95 | 22.75 | - |
| YUV | 111.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 122 | 0.94 | 0 | 0.24 | 0.37 | 164.61 | 0.89 | 0.33 |
| Hex | 9 | A1 | 7A | 5E | 0 | 18 | 25 | A5 | 59 | 21 |
| Octal | 11 | 241 | 172 | 136 | 0 | 30 | 45 | 245 | 131 | 41 |
| Binary | 1001 | 10100001 | 1111010 | 1011110 | 0 | 11000 | 100101 | 10100101 | 1011001 | 100001 |
Color Harmonies of #09A17A
Complementary color
Monochromatic Colors of #09A17A
Black with #09A17A
Text Example
Text Example
White with #09A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A17A; }
p { color: rgb(9,161,122); }
H1.HeaderClassName
{
color: #09A17A;
}
.AnyTagClassName
{
color: #09A17A;
}
</style>
background-color css
<style>
a { background-color: #09A17A; }
a { background-color: rgb(9,161,122); }
div.DivClassName
{
background-color: #09A17A;
}
.BgClassName
{
background-color: #09A17A;
}
</style>
border-color css
<style>
span { border-color: #09A17A; }
span { border-color: rgb(9,161,122); }
td.TdClassName
{
border-color: #09A17A;
}
.TagClassName
{
border-color: #09A17A;
}
</style>