Html Css Color HEX #09986D Free Speech Aquamarine
📋 copy color: '#09986D'red 9 ◦ green 152 ◦ blue 109
Shades of Free Speech Aquamarine #09986D
Tints of Free Speech Aquamarine #09986D
RGB
CMYK
RGB Variations
Color information
#09986D (or 0x09986D) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 6D. RGB value is (9,152,109). Sum of RGB (Red+Green+Blue) = 9+152+109=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #09986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09986D is #F66792. Grayscale: #686868. Windows color (decimal): -16148371 or 7182345. OLE color: 7182345.
HSL color Cylindrical-coordinate representation of color #09986D: hue angle of 161.96º 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 #09986D is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 109 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.40 |
| HSL | 161.96º | 0.89% | 0.32% | - |
| HSV(B) | 161.96º | 0.94% | 0.6% | - |
| XYZ | 14.1 | 23.62 | 18.28 | - |
| YUV | 104.34 | 130.62 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 109 | 0.94 | 0 | 0.28 | 0.40 | 161.96 | 0.89 | 0.32 |
| Hex | 9 | 98 | 6D | 5E | 0 | 1C | 28 | A2 | 59 | 20 |
| Octal | 11 | 230 | 155 | 136 | 0 | 34 | 50 | 242 | 131 | 40 |
| Binary | 1001 | 10011000 | 1101101 | 1011110 | 0 | 11100 | 101000 | 10100010 | 1011001 | 100000 |
Color Harmonies of #09986D
Complementary color
Monochromatic Colors of #09986D
Black with #09986D
Text Example
Text Example
White with #09986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09986D; }
p { color: rgb(9,152,109); }
H1.HeaderClassName
{
color: #09986D;
}
.AnyTagClassName
{
color: #09986D;
}
</style>
background-color css
<style>
a { background-color: #09986D; }
a { background-color: rgb(9,152,109); }
div.DivClassName
{
background-color: #09986D;
}
.BgClassName
{
background-color: #09986D;
}
</style>
border-color css
<style>
span { border-color: #09986D; }
span { border-color: rgb(9,152,109); }
td.TdClassName
{
border-color: #09986D;
}
.TagClassName
{
border-color: #09986D;
}
</style>