Html Css Color HEX #0D9F76 Free Speech Aquamarine
📋 copy color: '#0D9F76'red 13 ◦ green 159 ◦ blue 118
Shades of Free Speech Aquamarine #0D9F76
Tints of Free Speech Aquamarine #0D9F76
RGB
CMYK
RGB Variations
Color information
#0D9F76 (or 0x0D9F76) is known color: Free Speech Aquamarine. HEX triplet: 0D, 9F and 76. RGB value is (13,159,118). Sum of RGB (Red+Green+Blue) = 13+159+118=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9F76 is #F26089. Grayscale: #6E6E6E. Windows color (decimal): -15884426 or 7773965. OLE color: 7773965.
HSL color Cylindrical-coordinate representation of color #0D9F76: hue angle of 163.15º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F76 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 118 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.38 |
| HSL | 163.15º | 0.85% | 0.34% | - |
| HSV(B) | 163.15º | 0.92% | 0.62% | - |
| XYZ | 15.83 | 26.19 | 21.36 | - |
| YUV | 110.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 118 | 0.92 | 0 | 0.26 | 0.38 | 163.15 | 0.85 | 0.34 |
| Hex | D | 9F | 76 | 5C | 0 | 1A | 26 | A3 | 55 | 22 |
| Octal | 15 | 237 | 166 | 134 | 0 | 32 | 46 | 243 | 125 | 42 |
| Binary | 1101 | 10011111 | 1110110 | 1011100 | 0 | 11010 | 100110 | 10100011 | 1010101 | 100010 |
Color Harmonies of #0D9F76
Complementary color
Monochromatic Colors of #0D9F76
Black with #0D9F76
Text Example
Text Example
White with #0D9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F76; }
p { color: rgb(13,159,118); }
H1.HeaderClassName
{
color: #0D9F76;
}
.AnyTagClassName
{
color: #0D9F76;
}
</style>
background-color css
<style>
a { background-color: #0D9F76; }
a { background-color: rgb(13,159,118); }
div.DivClassName
{
background-color: #0D9F76;
}
.BgClassName
{
background-color: #0D9F76;
}
</style>
border-color css
<style>
span { border-color: #0D9F76; }
span { border-color: rgb(13,159,118); }
td.TdClassName
{
border-color: #0D9F76;
}
.TagClassName
{
border-color: #0D9F76;
}
</style>