Html Css Color HEX #09A17D Free Speech Aquamarine
📋 copy color: '#09A17D'red 9 ◦ green 161 ◦ blue 125
Shades of Free Speech Aquamarine #09A17D
Tints of Free Speech Aquamarine #09A17D
RGB
CMYK
RGB Variations
Color information
#09A17D (or 0x09A17D) is known color: Free Speech Aquamarine. HEX triplet: 09, A1 and 7D. RGB value is (9,161,125). Sum of RGB (Red+Green+Blue) = 9+161+125=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #09A17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A17D is #F65E82. Grayscale: #6F6F6F. Windows color (decimal): -16146051 or 8233225. OLE color: 8233225.
HSL color Cylindrical-coordinate representation of color #09A17D: hue angle of 165.79º 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 #09A17D is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 125 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.37 |
| HSL | 165.79º | 0.89% | 0.33% | - |
| HSV(B) | 165.79º | 0.94% | 0.63% | - |
| XYZ | 16.56 | 27.03 | 23.75 | - |
| YUV | 111.45 | 135.64 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 125 | 0.94 | 0 | 0.22 | 0.37 | 165.79 | 0.89 | 0.33 |
| Hex | 9 | A1 | 7D | 5E | 0 | 16 | 25 | A6 | 59 | 21 |
| Octal | 11 | 241 | 175 | 136 | 0 | 26 | 45 | 246 | 131 | 41 |
| Binary | 1001 | 10100001 | 1111101 | 1011110 | 0 | 10110 | 100101 | 10100110 | 1011001 | 100001 |
Color Harmonies of #09A17D
Complementary color
Monochromatic Colors of #09A17D
Black with #09A17D
Text Example
Text Example
White with #09A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A17D; }
p { color: rgb(9,161,125); }
H1.HeaderClassName
{
color: #09A17D;
}
.AnyTagClassName
{
color: #09A17D;
}
</style>
background-color css
<style>
a { background-color: #09A17D; }
a { background-color: rgb(9,161,125); }
div.DivClassName
{
background-color: #09A17D;
}
.BgClassName
{
background-color: #09A17D;
}
</style>
border-color css
<style>
span { border-color: #09A17D; }
span { border-color: rgb(9,161,125); }
td.TdClassName
{
border-color: #09A17D;
}
.TagClassName
{
border-color: #09A17D;
}
</style>