Html Css Color HEX #00986D Free Speech Aquamarine
📋 copy color: '#00986D'red 0 ◦ green 152 ◦ blue 109
Shades of Free Speech Aquamarine #00986D
Tints of Free Speech Aquamarine #00986D
RGB
CMYK
RGB Variations
Color information
#00986D (or 0x00986D) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 6D. RGB value is (0,152,109). Sum of RGB (Red+Green+Blue) = 0+152+109=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #00986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00986D is #FF6792. Grayscale: #656565. Windows color (decimal): -16738195 or 7182336. OLE color: 7182336.
HSL color Cylindrical-coordinate representation of color #00986D: hue angle of 163.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00986D is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 109 | - |
| CMYK | 1 | 0 | 0.28 | 0.40 |
| HSL | 163.03º | 1% | 0.3% | - |
| HSV(B) | 163.03º | 1% | 0.6% | - |
| XYZ | 13.99 | 23.56 | 18.28 | - |
| YUV | 101.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 109 | 1 | 0 | 0.28 | 0.40 | 163.03 | 1 | 0.3 |
| Hex | 0 | 98 | 6D | 64 | 0 | 1C | 28 | A3 | 64 | 1E |
| Octal | 0 | 230 | 155 | 144 | 0 | 34 | 50 | 243 | 144 | 36 |
| Binary | 0 | 10011000 | 1101101 | 1100100 | 0 | 11100 | 101000 | 10100011 | 1100100 | 11110 |
Color Harmonies of #00986D
Complementary color
Monochromatic Colors of #00986D
Black with #00986D
Text Example
Text Example
White with #00986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00986D; }
p { color: rgb(0,152,109); }
H1.HeaderClassName
{
color: #00986D;
}
.AnyTagClassName
{
color: #00986D;
}
</style>
background-color css
<style>
a { background-color: #00986D; }
a { background-color: rgb(0,152,109); }
div.DivClassName
{
background-color: #00986D;
}
.BgClassName
{
background-color: #00986D;
}
</style>
border-color css
<style>
span { border-color: #00986D; }
span { border-color: rgb(0,152,109); }
td.TdClassName
{
border-color: #00986D;
}
.TagClassName
{
border-color: #00986D;
}
</style>