Html Css Color HEX #0D9672 Free Speech Aquamarine
📋 copy color: '#0D9672'red 13 ◦ green 150 ◦ blue 114
Shades of Free Speech Aquamarine #0D9672
Tints of Free Speech Aquamarine #0D9672
RGB
CMYK
RGB Variations
Color information
#0D9672 (or 0x0D9672) is known color: Free Speech Aquamarine. HEX triplet: 0D, 96 and 72. RGB value is (13,150,114). Sum of RGB (Red+Green+Blue) = 13+150+114=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9672 is #F2698D. Grayscale: #686868. Windows color (decimal): -15886734 or 7509517. OLE color: 7509517.
HSL color Cylindrical-coordinate representation of color #0D9672: hue angle of 164.23º 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 #0D9672 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 114 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.41 |
| HSL | 164.23º | 0.84% | 0.32% | - |
| HSV(B) | 164.23º | 0.91% | 0.59% | - |
| XYZ | 14.11 | 23.11 | 19.64 | - |
| YUV | 104.93 | 133.11 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 114 | 0.91 | 0 | 0.24 | 0.41 | 164.23 | 0.84 | 0.32 |
| Hex | D | 96 | 72 | 5B | 0 | 18 | 29 | A4 | 54 | 20 |
| Octal | 15 | 226 | 162 | 133 | 0 | 30 | 51 | 244 | 124 | 40 |
| Binary | 1101 | 10010110 | 1110010 | 1011011 | 0 | 11000 | 101001 | 10100100 | 1010100 | 100000 |
Color Harmonies of #0D9672
Complementary color
Monochromatic Colors of #0D9672
Black with #0D9672
Text Example
Text Example
White with #0D9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9672; }
p { color: rgb(13,150,114); }
H1.HeaderClassName
{
color: #0D9672;
}
.AnyTagClassName
{
color: #0D9672;
}
</style>
background-color css
<style>
a { background-color: #0D9672; }
a { background-color: rgb(13,150,114); }
div.DivClassName
{
background-color: #0D9672;
}
.BgClassName
{
background-color: #0D9672;
}
</style>
border-color css
<style>
span { border-color: #0D9672; }
span { border-color: rgb(13,150,114); }
td.TdClassName
{
border-color: #0D9672;
}
.TagClassName
{
border-color: #0D9672;
}
</style>