Html Css Color HEX #0D986F Free Speech Aquamarine
📋 copy color: '#0D986F'red 13 ◦ green 152 ◦ blue 111
Shades of Free Speech Aquamarine #0D986F
Tints of Free Speech Aquamarine #0D986F
RGB
CMYK
RGB Variations
Color information
#0D986F (or 0x0D986F) is known color: Free Speech Aquamarine. HEX triplet: 0D, 98 and 6F. RGB value is (13,152,111). Sum of RGB (Red+Green+Blue) = 13+152+111=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #0D986F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D986F is #F26790. Grayscale: #696969. Windows color (decimal): -15886225 or 7313421. OLE color: 7313421.
HSL color Cylindrical-coordinate representation of color #0D986F: hue angle of 162.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D986F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 111 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.40 |
| HSL | 162.3º | 0.84% | 0.32% | - |
| HSV(B) | 162.3º | 0.91% | 0.6% | - |
| XYZ | 14.26 | 23.69 | 18.86 | - |
| YUV | 105.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 111 | 0.91 | 0 | 0.27 | 0.40 | 162.3 | 0.84 | 0.32 |
| Hex | D | 98 | 6F | 5B | 0 | 1B | 28 | A2 | 54 | 20 |
| Octal | 15 | 230 | 157 | 133 | 0 | 33 | 50 | 242 | 124 | 40 |
| Binary | 1101 | 10011000 | 1101111 | 1011011 | 0 | 11011 | 101000 | 10100010 | 1010100 | 100000 |
Color Harmonies of #0D986F
Complementary color
Monochromatic Colors of #0D986F
Black with #0D986F
Text Example
Text Example
White with #0D986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D986F; }
p { color: rgb(13,152,111); }
H1.HeaderClassName
{
color: #0D986F;
}
.AnyTagClassName
{
color: #0D986F;
}
</style>
background-color css
<style>
a { background-color: #0D986F; }
a { background-color: rgb(13,152,111); }
div.DivClassName
{
background-color: #0D986F;
}
.BgClassName
{
background-color: #0D986F;
}
</style>
border-color css
<style>
span { border-color: #0D986F; }
span { border-color: rgb(13,152,111); }
td.TdClassName
{
border-color: #0D986F;
}
.TagClassName
{
border-color: #0D986F;
}
</style>