Html Css Color HEX #0D9971 Free Speech Aquamarine
📋 copy color: '#0D9971'red 13 ◦ green 153 ◦ blue 113
Shades of Free Speech Aquamarine #0D9971
Tints of Free Speech Aquamarine #0D9971
RGB
CMYK
RGB Variations
Color information
#0D9971 (or 0x0D9971) is known color: Free Speech Aquamarine. HEX triplet: 0D, 99 and 71. RGB value is (13,153,113). Sum of RGB (Red+Green+Blue) = 13+153+113=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9971 is #F2668E. Grayscale: #6A6A6A. Windows color (decimal): -15885967 or 7444749. OLE color: 7444749.
HSL color Cylindrical-coordinate representation of color #0D9971: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9971 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 113 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.4 |
| HSL | 162.86º | 0.84% | 0.33% | - |
| HSV(B) | 162.86º | 0.92% | 0.6% | - |
| XYZ | 14.54 | 24.06 | 19.5 | - |
| YUV | 106.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 113 | 0.92 | 0 | 0.26 | 0.4 | 162.86 | 0.84 | 0.33 |
| Hex | D | 99 | 71 | 5C | 0 | 1A | 28 | A3 | 54 | 21 |
| Octal | 15 | 231 | 161 | 134 | 0 | 32 | 50 | 243 | 124 | 41 |
| Binary | 1101 | 10011001 | 1110001 | 1011100 | 0 | 11010 | 101000 | 10100011 | 1010100 | 100001 |
Color Harmonies of #0D9971
Complementary color
Monochromatic Colors of #0D9971
Black with #0D9971
Text Example
Text Example
White with #0D9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9971; }
p { color: rgb(13,153,113); }
H1.HeaderClassName
{
color: #0D9971;
}
.AnyTagClassName
{
color: #0D9971;
}
</style>
background-color css
<style>
a { background-color: #0D9971; }
a { background-color: rgb(13,153,113); }
div.DivClassName
{
background-color: #0D9971;
}
.BgClassName
{
background-color: #0D9971;
}
</style>
border-color css
<style>
span { border-color: #0D9971; }
span { border-color: rgb(13,153,113); }
td.TdClassName
{
border-color: #0D9971;
}
.TagClassName
{
border-color: #0D9971;
}
</style>