Html Css Color HEX #09A16F Free Speech Aquamarine
📋 copy color: '#09A16F'red 9 ◦ green 161 ◦ blue 111
Shades of Free Speech Aquamarine #09A16F
Tints of Free Speech Aquamarine #09A16F
RGB
CMYK
RGB Variations
Color information
#09A16F (or 0x09A16F) is known color: Free Speech Aquamarine. HEX triplet: 09, A1 and 6F. RGB value is (9,161,111). Sum of RGB (Red+Green+Blue) = 9+161+111=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #09A16F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A16F is #F65E90. Grayscale: #6D6D6D. Windows color (decimal): -16146065 or 7315721. OLE color: 7315721.
HSL color Cylindrical-coordinate representation of color #09A16F: hue angle of 160.26º 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 #09A16F is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 111 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.37 |
| HSL | 160.26º | 0.89% | 0.33% | - |
| HSV(B) | 160.26º | 0.94% | 0.63% | - |
| XYZ | 15.73 | 26.7 | 19.36 | - |
| YUV | 109.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 111 | 0.94 | 0 | 0.31 | 0.37 | 160.26 | 0.89 | 0.33 |
| Hex | 9 | A1 | 6F | 5E | 0 | 1F | 25 | A0 | 59 | 21 |
| Octal | 11 | 241 | 157 | 136 | 0 | 37 | 45 | 240 | 131 | 41 |
| Binary | 1001 | 10100001 | 1101111 | 1011110 | 0 | 11111 | 100101 | 10100000 | 1011001 | 100001 |
Color Harmonies of #09A16F
Complementary color
Monochromatic Colors of #09A16F
Black with #09A16F
Text Example
Text Example
White with #09A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A16F; }
p { color: rgb(9,161,111); }
H1.HeaderClassName
{
color: #09A16F;
}
.AnyTagClassName
{
color: #09A16F;
}
</style>
background-color css
<style>
a { background-color: #09A16F; }
a { background-color: rgb(9,161,111); }
div.DivClassName
{
background-color: #09A16F;
}
.BgClassName
{
background-color: #09A16F;
}
</style>
border-color css
<style>
span { border-color: #09A16F; }
span { border-color: rgb(9,161,111); }
td.TdClassName
{
border-color: #09A16F;
}
.TagClassName
{
border-color: #09A16F;
}
</style>