Html Css Color HEX #09A275 Free Speech Aquamarine
📋 copy color: '#09A275'red 9 ◦ green 162 ◦ blue 117
Shades of Free Speech Aquamarine #09A275
Tints of Free Speech Aquamarine #09A275
RGB
CMYK
RGB Variations
Color information
#09A275 (or 0x09A275) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 75. RGB value is (9,162,117). Sum of RGB (Red+Green+Blue) = 9+162+117=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #09A275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A275 is #F65D8A. Grayscale: #6F6F6F. Windows color (decimal): -16145803 or 7709193. OLE color: 7709193.
HSL color Cylindrical-coordinate representation of color #09A275: hue angle of 162.35º 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 #09A275 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 117 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.36 |
| HSL | 162.35º | 0.89% | 0.34% | - |
| HSV(B) | 162.35º | 0.94% | 0.64% | - |
| XYZ | 16.24 | 27.18 | 21.22 | - |
| YUV | 111.12 | 131.31 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 117 | 0.94 | 0 | 0.28 | 0.36 | 162.35 | 0.89 | 0.34 |
| Hex | 9 | A2 | 75 | 5E | 0 | 1C | 24 | A2 | 59 | 22 |
| Octal | 11 | 242 | 165 | 136 | 0 | 34 | 44 | 242 | 131 | 42 |
| Binary | 1001 | 10100010 | 1110101 | 1011110 | 0 | 11100 | 100100 | 10100010 | 1011001 | 100010 |
Color Harmonies of #09A275
Complementary color
Monochromatic Colors of #09A275
Black with #09A275
Text Example
Text Example
White with #09A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A275; }
p { color: rgb(9,162,117); }
H1.HeaderClassName
{
color: #09A275;
}
.AnyTagClassName
{
color: #09A275;
}
</style>
background-color css
<style>
a { background-color: #09A275; }
a { background-color: rgb(9,162,117); }
div.DivClassName
{
background-color: #09A275;
}
.BgClassName
{
background-color: #09A275;
}
</style>
border-color css
<style>
span { border-color: #09A275; }
span { border-color: rgb(9,162,117); }
td.TdClassName
{
border-color: #09A275;
}
.TagClassName
{
border-color: #09A275;
}
</style>