Html Css Color HEX #0D976C Free Speech Aquamarine
📋 copy color: '#0D976C'red 13 ◦ green 151 ◦ blue 108
Shades of Free Speech Aquamarine #0D976C
Tints of Free Speech Aquamarine #0D976C
RGB
CMYK
RGB Variations
Color information
#0D976C (or 0x0D976C) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 6C. RGB value is (13,151,108). Sum of RGB (Red+Green+Blue) = 13+151+108=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #0D976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D976C is #F26893. Grayscale: #686868. Windows color (decimal): -15886484 or 7116557. OLE color: 7116557.
HSL color Cylindrical-coordinate representation of color #0D976C: hue angle of 161.3º 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 #0D976C is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 108 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.41 |
| HSL | 161.3º | 0.84% | 0.32% | - |
| HSV(B) | 161.3º | 0.91% | 0.59% | - |
| XYZ | 13.94 | 23.3 | 17.95 | - |
| YUV | 104.84 | 129.78 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 108 | 0.91 | 0 | 0.28 | 0.41 | 161.3 | 0.84 | 0.32 |
| Hex | D | 97 | 6C | 5B | 0 | 1C | 29 | A1 | 54 | 20 |
| Octal | 15 | 227 | 154 | 133 | 0 | 34 | 51 | 241 | 124 | 40 |
| Binary | 1101 | 10010111 | 1101100 | 1011011 | 0 | 11100 | 101001 | 10100001 | 1010100 | 100000 |
Color Harmonies of #0D976C
Complementary color
Monochromatic Colors of #0D976C
Black with #0D976C
Text Example
Text Example
White with #0D976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D976C; }
p { color: rgb(13,151,108); }
H1.HeaderClassName
{
color: #0D976C;
}
.AnyTagClassName
{
color: #0D976C;
}
</style>
background-color css
<style>
a { background-color: #0D976C; }
a { background-color: rgb(13,151,108); }
div.DivClassName
{
background-color: #0D976C;
}
.BgClassName
{
background-color: #0D976C;
}
</style>
border-color css
<style>
span { border-color: #0D976C; }
span { border-color: rgb(13,151,108); }
td.TdClassName
{
border-color: #0D976C;
}
.TagClassName
{
border-color: #0D976C;
}
</style>