Html Css Color HEX #0D966A Free Speech Aquamarine
📋 copy color: '#0D966A'red 13 ◦ green 150 ◦ blue 106
Shades of Free Speech Aquamarine #0D966A
Tints of Free Speech Aquamarine #0D966A
RGB
CMYK
RGB Variations
Color information
#0D966A (or 0x0D966A) is known color: Free Speech Aquamarine. HEX triplet: 0D, 96 and 6A. RGB value is (13,150,106). Sum of RGB (Red+Green+Blue) = 13+150+106=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #0D966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D966A is #F26995. Grayscale: #686868. Windows color (decimal): -15886742 or 6985229. OLE color: 6985229.
HSL color Cylindrical-coordinate representation of color #0D966A: hue angle of 160.73º 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 #0D966A is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 106 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.41 |
| HSL | 160.73º | 0.84% | 0.32% | - |
| HSV(B) | 160.73º | 0.91% | 0.59% | - |
| XYZ | 13.67 | 22.94 | 17.34 | - |
| YUV | 104.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 106 | 0.91 | 0 | 0.29 | 0.41 | 160.73 | 0.84 | 0.32 |
| Hex | D | 96 | 6A | 5B | 0 | 1D | 29 | A1 | 54 | 20 |
| Octal | 15 | 226 | 152 | 133 | 0 | 35 | 51 | 241 | 124 | 40 |
| Binary | 1101 | 10010110 | 1101010 | 1011011 | 0 | 11101 | 101001 | 10100001 | 1010100 | 100000 |
Color Harmonies of #0D966A
Complementary color
Monochromatic Colors of #0D966A
Black with #0D966A
Text Example
Text Example
White with #0D966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D966A; }
p { color: rgb(13,150,106); }
H1.HeaderClassName
{
color: #0D966A;
}
.AnyTagClassName
{
color: #0D966A;
}
</style>
background-color css
<style>
a { background-color: #0D966A; }
a { background-color: rgb(13,150,106); }
div.DivClassName
{
background-color: #0D966A;
}
.BgClassName
{
background-color: #0D966A;
}
</style>
border-color css
<style>
span { border-color: #0D966A; }
span { border-color: rgb(13,150,106); }
td.TdClassName
{
border-color: #0D966A;
}
.TagClassName
{
border-color: #0D966A;
}
</style>