Html Css Color HEX #09AA81 Free Speech Aquamarine
📋 copy color: '#09AA81'red 9 ◦ green 170 ◦ blue 129
Shades of Free Speech Aquamarine #09AA81
Tints of Free Speech Aquamarine #09AA81
RGB
CMYK
RGB Variations
Color information
#09AA81 (or 0x09AA81) is known color: Free Speech Aquamarine. HEX triplet: 09, AA and 81. RGB value is (9,170,129). Sum of RGB (Red+Green+Blue) = 9+170+129=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA81 is #F6557E. Grayscale: #757575. Windows color (decimal): -16143743 or 8497673. OLE color: 8497673.
HSL color Cylindrical-coordinate representation of color #09AA81: hue angle of 164.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA81 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 129 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.33 |
| HSL | 164.72º | 0.9% | 0.35% | - |
| HSV(B) | 164.72º | 0.95% | 0.67% | - |
| XYZ | 18.45 | 30.39 | 25.66 | - |
| YUV | 117.19 | 134.66 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 129 | 0.95 | 0 | 0.24 | 0.33 | 164.72 | 0.9 | 0.35 |
| Hex | 9 | AA | 81 | 5F | 0 | 18 | 21 | A5 | 5A | 23 |
| Octal | 11 | 252 | 201 | 137 | 0 | 30 | 41 | 245 | 132 | 43 |
| Binary | 1001 | 10101010 | 10000001 | 1011111 | 0 | 11000 | 100001 | 10100101 | 1011010 | 100011 |
Color Harmonies of #09AA81
Complementary color
Monochromatic Colors of #09AA81
Black with #09AA81
Text Example
Text Example
White with #09AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA81; }
p { color: rgb(9,170,129); }
H1.HeaderClassName
{
color: #09AA81;
}
.AnyTagClassName
{
color: #09AA81;
}
</style>
background-color css
<style>
a { background-color: #09AA81; }
a { background-color: rgb(9,170,129); }
div.DivClassName
{
background-color: #09AA81;
}
.BgClassName
{
background-color: #09AA81;
}
</style>
border-color css
<style>
span { border-color: #09AA81; }
span { border-color: rgb(9,170,129); }
td.TdClassName
{
border-color: #09AA81;
}
.TagClassName
{
border-color: #09AA81;
}
</style>