Html Css Color HEX #0D966C Free Speech Aquamarine
📋 copy color: '#0D966C'red 13 ◦ green 150 ◦ blue 108
Shades of Free Speech Aquamarine #0D966C
Tints of Free Speech Aquamarine #0D966C
RGB
CMYK
RGB Variations
Color information
#0D966C (or 0x0D966C) is known color: Free Speech Aquamarine. HEX triplet: 0D, 96 and 6C. RGB value is (13,150,108). Sum of RGB (Red+Green+Blue) = 13+150+108=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #0D966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D966C is #F26993. Grayscale: #686868. Windows color (decimal): -15886740 or 7116301. OLE color: 7116301.
HSL color Cylindrical-coordinate representation of color #0D966C: hue angle of 161.61º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D966C is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 108 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.41 |
| HSL | 161.61º | 0.84% | 0.32% | - |
| HSV(B) | 161.61º | 0.91% | 0.59% | - |
| XYZ | 13.78 | 22.98 | 17.9 | - |
| YUV | 104.25 | 130.11 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 108 | 0.91 | 0 | 0.28 | 0.41 | 161.61 | 0.84 | 0.32 |
| Hex | D | 96 | 6C | 5B | 0 | 1C | 29 | A2 | 54 | 20 |
| Octal | 15 | 226 | 154 | 133 | 0 | 34 | 51 | 242 | 124 | 40 |
| Binary | 1101 | 10010110 | 1101100 | 1011011 | 0 | 11100 | 101001 | 10100010 | 1010100 | 100000 |
Color Harmonies of #0D966C
Complementary color
Monochromatic Colors of #0D966C
Black with #0D966C
Text Example
Text Example
White with #0D966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D966C; }
p { color: rgb(13,150,108); }
H1.HeaderClassName
{
color: #0D966C;
}
.AnyTagClassName
{
color: #0D966C;
}
</style>
background-color css
<style>
a { background-color: #0D966C; }
a { background-color: rgb(13,150,108); }
div.DivClassName
{
background-color: #0D966C;
}
.BgClassName
{
background-color: #0D966C;
}
</style>
border-color css
<style>
span { border-color: #0D966C; }
span { border-color: rgb(13,150,108); }
td.TdClassName
{
border-color: #0D966C;
}
.TagClassName
{
border-color: #0D966C;
}
</style>