Html Css Color HEX #09A081 Free Speech Aquamarine
📋 copy color: '#09A081'red 9 ◦ green 160 ◦ blue 129
Shades of Free Speech Aquamarine #09A081
Tints of Free Speech Aquamarine #09A081
RGB
CMYK
RGB Variations
Color information
#09A081 (or 0x09A081) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 81. RGB value is (9,160,129). Sum of RGB (Red+Green+Blue) = 9+160+129=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #09A081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A081 is #F65F7E. Grayscale: #6F6F6F. Windows color (decimal): -16146303 or 8495113. OLE color: 8495113.
HSL color Cylindrical-coordinate representation of color #09A081: hue angle of 167.68º 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 #09A081 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 129 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.37 |
| HSL | 167.68º | 0.89% | 0.33% | - |
| HSV(B) | 167.68º | 0.94% | 0.63% | - |
| XYZ | 16.65 | 26.78 | 25.06 | - |
| YUV | 111.32 | 137.97 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 129 | 0.94 | 0 | 0.19 | 0.37 | 167.68 | 0.89 | 0.33 |
| Hex | 9 | A0 | 81 | 5E | 0 | 13 | 25 | A8 | 59 | 21 |
| Octal | 11 | 240 | 201 | 136 | 0 | 23 | 45 | 250 | 131 | 41 |
| Binary | 1001 | 10100000 | 10000001 | 1011110 | 0 | 10011 | 100101 | 10101000 | 1011001 | 100001 |
Color Harmonies of #09A081
Complementary color
Monochromatic Colors of #09A081
Black with #09A081
Text Example
Text Example
White with #09A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A081; }
p { color: rgb(9,160,129); }
H1.HeaderClassName
{
color: #09A081;
}
.AnyTagClassName
{
color: #09A081;
}
</style>
background-color css
<style>
a { background-color: #09A081; }
a { background-color: rgb(9,160,129); }
div.DivClassName
{
background-color: #09A081;
}
.BgClassName
{
background-color: #09A081;
}
</style>
border-color css
<style>
span { border-color: #09A081; }
span { border-color: rgb(9,160,129); }
td.TdClassName
{
border-color: #09A081;
}
.TagClassName
{
border-color: #09A081;
}
</style>