Html Css Color HEX #09A06D Free Speech Aquamarine
📋 copy color: '#09A06D'red 9 ◦ green 160 ◦ blue 109
Shades of Free Speech Aquamarine #09A06D
Tints of Free Speech Aquamarine #09A06D
RGB
CMYK
RGB Variations
Color information
#09A06D (or 0x09A06D) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 6D. RGB value is (9,160,109). Sum of RGB (Red+Green+Blue) = 9+160+109=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #09A06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A06D is #F65F92. Grayscale: #6D6D6D. Windows color (decimal): -16146323 or 7184393. OLE color: 7184393.
HSL color Cylindrical-coordinate representation of color #09A06D: hue angle of 159.74º 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 #09A06D is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 109 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.37 |
| HSL | 159.74º | 0.89% | 0.33% | - |
| HSV(B) | 159.74º | 0.94% | 0.63% | - |
| XYZ | 15.44 | 26.3 | 18.73 | - |
| YUV | 109.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 109 | 0.94 | 0 | 0.32 | 0.37 | 159.74 | 0.89 | 0.33 |
| Hex | 9 | A0 | 6D | 5E | 0 | 20 | 25 | A0 | 59 | 21 |
| Octal | 11 | 240 | 155 | 136 | 0 | 40 | 45 | 240 | 131 | 41 |
| Binary | 1001 | 10100000 | 1101101 | 1011110 | 0 | 100000 | 100101 | 10100000 | 1011001 | 100001 |
Color Harmonies of #09A06D
Complementary color
Monochromatic Colors of #09A06D
Black with #09A06D
Text Example
Text Example
White with #09A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A06D; }
p { color: rgb(9,160,109); }
H1.HeaderClassName
{
color: #09A06D;
}
.AnyTagClassName
{
color: #09A06D;
}
</style>
background-color css
<style>
a { background-color: #09A06D; }
a { background-color: rgb(9,160,109); }
div.DivClassName
{
background-color: #09A06D;
}
.BgClassName
{
background-color: #09A06D;
}
</style>
border-color css
<style>
span { border-color: #09A06D; }
span { border-color: rgb(9,160,109); }
td.TdClassName
{
border-color: #09A06D;
}
.TagClassName
{
border-color: #09A06D;
}
</style>