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