Html Css Color HEX #09A27D Free Speech Aquamarine
📋 copy color: '#09A27D'red 9 ◦ green 162 ◦ blue 125
Shades of Free Speech Aquamarine #09A27D
Tints of Free Speech Aquamarine #09A27D
RGB
CMYK
RGB Variations
Color information
#09A27D (or 0x09A27D) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 7D. RGB value is (9,162,125). Sum of RGB (Red+Green+Blue) = 9+162+125=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #09A27D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A27D is #F65D82. Grayscale: #707070. Windows color (decimal): -16145795 or 8233481. OLE color: 8233481.
HSL color Cylindrical-coordinate representation of color #09A27D: hue angle of 165.49º 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 #09A27D is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 125 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.36 |
| HSL | 165.49º | 0.89% | 0.34% | - |
| HSV(B) | 165.49º | 0.94% | 0.64% | - |
| XYZ | 16.73 | 27.38 | 23.8 | - |
| YUV | 112.04 | 135.31 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 125 | 0.94 | 0 | 0.23 | 0.36 | 165.49 | 0.89 | 0.34 |
| Hex | 9 | A2 | 7D | 5E | 0 | 17 | 24 | A5 | 59 | 22 |
| Octal | 11 | 242 | 175 | 136 | 0 | 27 | 44 | 245 | 131 | 42 |
| Binary | 1001 | 10100010 | 1111101 | 1011110 | 0 | 10111 | 100100 | 10100101 | 1011001 | 100010 |
Color Harmonies of #09A27D
Complementary color
Monochromatic Colors of #09A27D
Black with #09A27D
Text Example
Text Example
White with #09A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A27D; }
p { color: rgb(9,162,125); }
H1.HeaderClassName
{
color: #09A27D;
}
.AnyTagClassName
{
color: #09A27D;
}
</style>
background-color css
<style>
a { background-color: #09A27D; }
a { background-color: rgb(9,162,125); }
div.DivClassName
{
background-color: #09A27D;
}
.BgClassName
{
background-color: #09A27D;
}
</style>
border-color css
<style>
span { border-color: #09A27D; }
span { border-color: rgb(9,162,125); }
td.TdClassName
{
border-color: #09A27D;
}
.TagClassName
{
border-color: #09A27D;
}
</style>