Html Css Color HEX #09A574 Free Speech Aquamarine
📋 copy color: '#09A574'red 9 ◦ green 165 ◦ blue 116
Shades of Free Speech Aquamarine #09A574
Tints of Free Speech Aquamarine #09A574
RGB
CMYK
RGB Variations
Color information
#09A574 (or 0x09A574) is known color: Free Speech Aquamarine. HEX triplet: 09, A5 and 74. RGB value is (9,165,116). Sum of RGB (Red+Green+Blue) = 9+165+116=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #09A574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A574 is #F65A8B. Grayscale: #707070. Windows color (decimal): -16145036 or 7644425. OLE color: 7644425.
HSL color Cylindrical-coordinate representation of color #09A574: hue angle of 161.15º 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 #09A574 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 165 | 116 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.35 |
| HSL | 161.15º | 0.9% | 0.34% | - |
| HSV(B) | 161.15º | 0.95% | 0.65% | - |
| XYZ | 16.72 | 28.23 | 21.09 | - |
| YUV | 112.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 116 | 0.95 | 0 | 0.30 | 0.35 | 161.15 | 0.9 | 0.34 |
| Hex | 9 | A5 | 74 | 5F | 0 | 1E | 23 | A1 | 5A | 22 |
| Octal | 11 | 245 | 164 | 137 | 0 | 36 | 43 | 241 | 132 | 42 |
| Binary | 1001 | 10100101 | 1110100 | 1011111 | 0 | 11110 | 100011 | 10100001 | 1011010 | 100010 |
Color Harmonies of #09A574
Complementary color
Monochromatic Colors of #09A574
Black with #09A574
Text Example
Text Example
White with #09A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A574; }
p { color: rgb(9,165,116); }
H1.HeaderClassName
{
color: #09A574;
}
.AnyTagClassName
{
color: #09A574;
}
</style>
background-color css
<style>
a { background-color: #09A574; }
a { background-color: rgb(9,165,116); }
div.DivClassName
{
background-color: #09A574;
}
.BgClassName
{
background-color: #09A574;
}
</style>
border-color css
<style>
span { border-color: #09A574; }
span { border-color: rgb(9,165,116); }
td.TdClassName
{
border-color: #09A574;
}
.TagClassName
{
border-color: #09A574;
}
</style>