Html Css Color HEX #09A284 Free Speech Aquamarine
📋 copy color: '#09A284'red 9 ◦ green 162 ◦ blue 132
Shades of Free Speech Aquamarine #09A284
Tints of Free Speech Aquamarine #09A284
RGB
CMYK
RGB Variations
Color information
#09A284 (or 0x09A284) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 84. RGB value is (9,162,132). Sum of RGB (Red+Green+Blue) = 9+162+132=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #09A284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A284 is #F65D7B. Grayscale: #707070. Windows color (decimal): -16145788 or 8692233. OLE color: 8692233.
HSL color Cylindrical-coordinate representation of color #09A284: hue angle of 168.24º 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 #09A284 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 132 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.36 |
| HSL | 168.24º | 0.89% | 0.34% | - |
| HSV(B) | 168.24º | 0.94% | 0.64% | - |
| XYZ | 17.2 | 27.56 | 26.24 | - |
| YUV | 112.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 132 | 0.94 | 0 | 0.19 | 0.36 | 168.24 | 0.89 | 0.34 |
| Hex | 9 | A2 | 84 | 5E | 0 | 13 | 24 | A8 | 59 | 22 |
| Octal | 11 | 242 | 204 | 136 | 0 | 23 | 44 | 250 | 131 | 42 |
| Binary | 1001 | 10100010 | 10000100 | 1011110 | 0 | 10011 | 100100 | 10101000 | 1011001 | 100010 |
Color Harmonies of #09A284
Complementary color
Monochromatic Colors of #09A284
Black with #09A284
Text Example
Text Example
White with #09A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A284; }
p { color: rgb(9,162,132); }
H1.HeaderClassName
{
color: #09A284;
}
.AnyTagClassName
{
color: #09A284;
}
</style>
background-color css
<style>
a { background-color: #09A284; }
a { background-color: rgb(9,162,132); }
div.DivClassName
{
background-color: #09A284;
}
.BgClassName
{
background-color: #09A284;
}
</style>
border-color css
<style>
span { border-color: #09A284; }
span { border-color: rgb(9,162,132); }
td.TdClassName
{
border-color: #09A284;
}
.TagClassName
{
border-color: #09A284;
}
</style>