Html Css Color HEX #09A074 Free Speech Aquamarine
📋 copy color: '#09A074'red 9 ◦ green 160 ◦ blue 116
Shades of Free Speech Aquamarine #09A074
Tints of Free Speech Aquamarine #09A074
RGB
CMYK
RGB Variations
Color information
#09A074 (or 0x09A074) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 74. RGB value is (9,160,116). Sum of RGB (Red+Green+Blue) = 9+160+116=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #09A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A074 is #F65F8B. Grayscale: #6D6D6D. Windows color (decimal): -16146316 or 7643145. OLE color: 7643145.
HSL color Cylindrical-coordinate representation of color #09A074: hue angle of 162.52º 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 #09A074 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 116 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.37 |
| HSL | 162.52º | 0.89% | 0.33% | - |
| HSV(B) | 162.52º | 0.94% | 0.63% | - |
| XYZ | 15.84 | 26.46 | 20.8 | - |
| YUV | 109.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 116 | 0.94 | 0 | 0.28 | 0.37 | 162.52 | 0.89 | 0.33 |
| Hex | 9 | A0 | 74 | 5E | 0 | 1C | 25 | A3 | 59 | 21 |
| Octal | 11 | 240 | 164 | 136 | 0 | 34 | 45 | 243 | 131 | 41 |
| Binary | 1001 | 10100000 | 1110100 | 1011110 | 0 | 11100 | 100101 | 10100011 | 1011001 | 100001 |
Color Harmonies of #09A074
Complementary color
Monochromatic Colors of #09A074
Black with #09A074
Text Example
Text Example
White with #09A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A074; }
p { color: rgb(9,160,116); }
H1.HeaderClassName
{
color: #09A074;
}
.AnyTagClassName
{
color: #09A074;
}
</style>
background-color css
<style>
a { background-color: #09A074; }
a { background-color: rgb(9,160,116); }
div.DivClassName
{
background-color: #09A074;
}
.BgClassName
{
background-color: #09A074;
}
</style>
border-color css
<style>
span { border-color: #09A074; }
span { border-color: rgb(9,160,116); }
td.TdClassName
{
border-color: #09A074;
}
.TagClassName
{
border-color: #09A074;
}
</style>