Html Css Color HEX #09A172 Free Speech Aquamarine
📋 copy color: '#09A172'red 9 ◦ green 161 ◦ blue 114
Shades of Free Speech Aquamarine #09A172
Tints of Free Speech Aquamarine #09A172
RGB
CMYK
RGB Variations
Color information
#09A172 (or 0x09A172) is known color: Free Speech Aquamarine. HEX triplet: 09, A1 and 72. RGB value is (9,161,114). Sum of RGB (Red+Green+Blue) = 9+161+114=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #09A172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A172 is #F65E8D. Grayscale: #6E6E6E. Windows color (decimal): -16146062 or 7512329. OLE color: 7512329.
HSL color Cylindrical-coordinate representation of color #09A172: hue angle of 161.45º 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 #09A172 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 114 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.37 |
| HSL | 161.45º | 0.89% | 0.33% | - |
| HSV(B) | 161.45º | 0.94% | 0.63% | - |
| XYZ | 15.89 | 26.76 | 20.25 | - |
| YUV | 110.19 | 130.14 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 114 | 0.94 | 0 | 0.29 | 0.37 | 161.45 | 0.89 | 0.33 |
| Hex | 9 | A1 | 72 | 5E | 0 | 1D | 25 | A1 | 59 | 21 |
| Octal | 11 | 241 | 162 | 136 | 0 | 35 | 45 | 241 | 131 | 41 |
| Binary | 1001 | 10100001 | 1110010 | 1011110 | 0 | 11101 | 100101 | 10100001 | 1011001 | 100001 |
Color Harmonies of #09A172
Complementary color
Monochromatic Colors of #09A172
Black with #09A172
Text Example
Text Example
White with #09A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A172; }
p { color: rgb(9,161,114); }
H1.HeaderClassName
{
color: #09A172;
}
.AnyTagClassName
{
color: #09A172;
}
</style>
background-color css
<style>
a { background-color: #09A172; }
a { background-color: rgb(9,161,114); }
div.DivClassName
{
background-color: #09A172;
}
.BgClassName
{
background-color: #09A172;
}
</style>
border-color css
<style>
span { border-color: #09A172; }
span { border-color: rgb(9,161,114); }
td.TdClassName
{
border-color: #09A172;
}
.TagClassName
{
border-color: #09A172;
}
</style>