Html Css Color HEX #099A70 Free Speech Aquamarine
📋 copy color: '#099A70'red 9 ◦ green 154 ◦ blue 112
Shades of Free Speech Aquamarine #099A70
Tints of Free Speech Aquamarine #099A70
RGB
CMYK
RGB Variations
Color information
#099A70 (or 0x099A70) is known color: Free Speech Aquamarine. HEX triplet: 09, 9A and 70. RGB value is (9,154,112). Sum of RGB (Red+Green+Blue) = 9+154+112=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #099A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099A70 is #F6658F. Grayscale: #696969. Windows color (decimal): -16147856 or 7379465. OLE color: 7379465.
HSL color Cylindrical-coordinate representation of color #099A70: hue angle of 162.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A70 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 154 | 112 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.40 |
| HSL | 162.62º | 0.89% | 0.32% | - |
| HSV(B) | 162.62º | 0.94% | 0.6% | - |
| XYZ | 14.59 | 24.34 | 19.26 | - |
| YUV | 105.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 112 | 0.94 | 0 | 0.27 | 0.40 | 162.62 | 0.89 | 0.32 |
| Hex | 9 | 9A | 70 | 5E | 0 | 1B | 28 | A3 | 59 | 20 |
| Octal | 11 | 232 | 160 | 136 | 0 | 33 | 50 | 243 | 131 | 40 |
| Binary | 1001 | 10011010 | 1110000 | 1011110 | 0 | 11011 | 101000 | 10100011 | 1011001 | 100000 |
Color Harmonies of #099A70
Complementary color
Monochromatic Colors of #099A70
Black with #099A70
Text Example
Text Example
White with #099A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099A70; }
p { color: rgb(9,154,112); }
H1.HeaderClassName
{
color: #099A70;
}
.AnyTagClassName
{
color: #099A70;
}
</style>
background-color css
<style>
a { background-color: #099A70; }
a { background-color: rgb(9,154,112); }
div.DivClassName
{
background-color: #099A70;
}
.BgClassName
{
background-color: #099A70;
}
</style>
border-color css
<style>
span { border-color: #099A70; }
span { border-color: rgb(9,154,112); }
td.TdClassName
{
border-color: #099A70;
}
.TagClassName
{
border-color: #099A70;
}
</style>