Html Css Color HEX #09A26F Free Speech Aquamarine
📋 copy color: '#09A26F'red 9 ◦ green 162 ◦ blue 111
Shades of Free Speech Aquamarine #09A26F
Tints of Free Speech Aquamarine #09A26F
RGB
CMYK
RGB Variations
Color information
#09A26F (or 0x09A26F) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 6F. RGB value is (9,162,111). Sum of RGB (Red+Green+Blue) = 9+162+111=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26F is #F65D90. Grayscale: #6E6E6E. Windows color (decimal): -16145809 or 7315977. OLE color: 7315977.
HSL color Cylindrical-coordinate representation of color #09A26F: hue angle of 160º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A26F is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 111 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.36 |
| HSL | 160º | 0.89% | 0.34% | - |
| HSV(B) | 160º | 0.94% | 0.64% | - |
| XYZ | 15.9 | 27.05 | 19.42 | - |
| YUV | 110.44 | 128.31 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 111 | 0.94 | 0 | 0.31 | 0.36 | 160 | 0.89 | 0.34 |
| Hex | 9 | A2 | 6F | 5E | 0 | 1F | 24 | A0 | 59 | 22 |
| Octal | 11 | 242 | 157 | 136 | 0 | 37 | 44 | 240 | 131 | 42 |
| Binary | 1001 | 10100010 | 1101111 | 1011110 | 0 | 11111 | 100100 | 10100000 | 1011001 | 100010 |
Color Harmonies of #09A26F
Complementary color
Monochromatic Colors of #09A26F
Black with #09A26F
Text Example
Text Example
White with #09A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A26F; }
p { color: rgb(9,162,111); }
H1.HeaderClassName
{
color: #09A26F;
}
.AnyTagClassName
{
color: #09A26F;
}
</style>
background-color css
<style>
a { background-color: #09A26F; }
a { background-color: rgb(9,162,111); }
div.DivClassName
{
background-color: #09A26F;
}
.BgClassName
{
background-color: #09A26F;
}
</style>
border-color css
<style>
span { border-color: #09A26F; }
span { border-color: rgb(9,162,111); }
td.TdClassName
{
border-color: #09A26F;
}
.TagClassName
{
border-color: #09A26F;
}
</style>