Html Css Color HEX #09A57C Free Speech Aquamarine
📋 copy color: '#09A57C'red 9 ◦ green 165 ◦ blue 124
Shades of Free Speech Aquamarine #09A57C
Tints of Free Speech Aquamarine #09A57C
RGB
CMYK
RGB Variations
Color information
#09A57C (or 0x09A57C) is known color: Free Speech Aquamarine. HEX triplet: 09, A5 and 7C. RGB value is (9,165,124). Sum of RGB (Red+Green+Blue) = 9+165+124=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #09A57C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A57C is #F65A83. Grayscale: #717171. Windows color (decimal): -16145028 or 8168713. OLE color: 8168713.
HSL color Cylindrical-coordinate representation of color #09A57C: hue angle of 164.23º 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 #09A57C is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 165 | 124 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.35 |
| HSL | 164.23º | 0.9% | 0.34% | - |
| HSV(B) | 164.23º | 0.95% | 0.65% | - |
| XYZ | 17.21 | 28.42 | 23.65 | - |
| YUV | 113.68 | 133.82 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 124 | 0.95 | 0 | 0.25 | 0.35 | 164.23 | 0.9 | 0.34 |
| Hex | 9 | A5 | 7C | 5F | 0 | 19 | 23 | A4 | 5A | 22 |
| Octal | 11 | 245 | 174 | 137 | 0 | 31 | 43 | 244 | 132 | 42 |
| Binary | 1001 | 10100101 | 1111100 | 1011111 | 0 | 11001 | 100011 | 10100100 | 1011010 | 100010 |
Color Harmonies of #09A57C
Complementary color
Monochromatic Colors of #09A57C
Black with #09A57C
Text Example
Text Example
White with #09A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A57C; }
p { color: rgb(9,165,124); }
H1.HeaderClassName
{
color: #09A57C;
}
.AnyTagClassName
{
color: #09A57C;
}
</style>
background-color css
<style>
a { background-color: #09A57C; }
a { background-color: rgb(9,165,124); }
div.DivClassName
{
background-color: #09A57C;
}
.BgClassName
{
background-color: #09A57C;
}
</style>
border-color css
<style>
span { border-color: #09A57C; }
span { border-color: rgb(9,165,124); }
td.TdClassName
{
border-color: #09A57C;
}
.TagClassName
{
border-color: #09A57C;
}
</style>