Html Css Color HEX #09A680 Free Speech Aquamarine
📋 copy color: '#09A680'red 9 ◦ green 166 ◦ blue 128
Shades of Free Speech Aquamarine #09A680
Tints of Free Speech Aquamarine #09A680
RGB
CMYK
RGB Variations
Color information
#09A680 (or 0x09A680) is known color: Free Speech Aquamarine. HEX triplet: 09, A6 and 80. RGB value is (9,166,128). Sum of RGB (Red+Green+Blue) = 9+166+128=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #09A680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A680 is #F6597F. Grayscale: #727272. Windows color (decimal): -16144768 or 8431113. OLE color: 8431113.
HSL color Cylindrical-coordinate representation of color #09A680: hue angle of 165.48º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A680 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 166 | 128 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.35 |
| HSL | 165.48º | 0.9% | 0.34% | - |
| HSV(B) | 165.48º | 0.95% | 0.65% | - |
| XYZ | 17.65 | 28.89 | 25.07 | - |
| YUV | 114.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 128 | 0.95 | 0 | 0.23 | 0.35 | 165.48 | 0.9 | 0.34 |
| Hex | 9 | A6 | 80 | 5F | 0 | 17 | 23 | A5 | 5A | 22 |
| Octal | 11 | 246 | 200 | 137 | 0 | 27 | 43 | 245 | 132 | 42 |
| Binary | 1001 | 10100110 | 10000000 | 1011111 | 0 | 10111 | 100011 | 10100101 | 1011010 | 100010 |
Color Harmonies of #09A680
Complementary color
Monochromatic Colors of #09A680
Black with #09A680
Text Example
Text Example
White with #09A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A680; }
p { color: rgb(9,166,128); }
H1.HeaderClassName
{
color: #09A680;
}
.AnyTagClassName
{
color: #09A680;
}
</style>
background-color css
<style>
a { background-color: #09A680; }
a { background-color: rgb(9,166,128); }
div.DivClassName
{
background-color: #09A680;
}
.BgClassName
{
background-color: #09A680;
}
</style>
border-color css
<style>
span { border-color: #09A680; }
span { border-color: rgb(9,166,128); }
td.TdClassName
{
border-color: #09A680;
}
.TagClassName
{
border-color: #09A680;
}
</style>