Html Css Color HEX #0D976F Free Speech Aquamarine
📋 copy color: '#0D976F'red 13 ◦ green 151 ◦ blue 111
Shades of Free Speech Aquamarine #0D976F
Tints of Free Speech Aquamarine #0D976F
RGB
CMYK
RGB Variations
Color information
#0D976F (or 0x0D976F) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 6F. RGB value is (13,151,111). Sum of RGB (Red+Green+Blue) = 13+151+111=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #0D976F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D976F is #F26890. Grayscale: #696969. Windows color (decimal): -15886481 or 7313165. OLE color: 7313165.
HSL color Cylindrical-coordinate representation of color #0D976F: hue angle of 162.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 #0D976F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 111 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.41 |
| HSL | 162.61º | 0.84% | 0.32% | - |
| HSV(B) | 162.61º | 0.91% | 0.59% | - |
| XYZ | 14.1 | 23.37 | 18.81 | - |
| YUV | 105.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 111 | 0.91 | 0 | 0.26 | 0.41 | 162.61 | 0.84 | 0.32 |
| Hex | D | 97 | 6F | 5B | 0 | 1A | 29 | A3 | 54 | 20 |
| Octal | 15 | 227 | 157 | 133 | 0 | 32 | 51 | 243 | 124 | 40 |
| Binary | 1101 | 10010111 | 1101111 | 1011011 | 0 | 11010 | 101001 | 10100011 | 1010100 | 100000 |
Color Harmonies of #0D976F
Complementary color
Monochromatic Colors of #0D976F
Black with #0D976F
Text Example
Text Example
White with #0D976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D976F; }
p { color: rgb(13,151,111); }
H1.HeaderClassName
{
color: #0D976F;
}
.AnyTagClassName
{
color: #0D976F;
}
</style>
background-color css
<style>
a { background-color: #0D976F; }
a { background-color: rgb(13,151,111); }
div.DivClassName
{
background-color: #0D976F;
}
.BgClassName
{
background-color: #0D976F;
}
</style>
border-color css
<style>
span { border-color: #0D976F; }
span { border-color: rgb(13,151,111); }
td.TdClassName
{
border-color: #0D976F;
}
.TagClassName
{
border-color: #0D976F;
}
</style>