Html Css Color HEX #0D976D Free Speech Aquamarine
📋 copy color: '#0D976D'red 13 ◦ green 151 ◦ blue 109
Shades of Free Speech Aquamarine #0D976D
Tints of Free Speech Aquamarine #0D976D
RGB
CMYK
RGB Variations
Color information
#0D976D (or 0x0D976D) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 6D. RGB value is (13,151,109). Sum of RGB (Red+Green+Blue) = 13+151+109=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #0D976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D976D is #F26892. Grayscale: #686868. Windows color (decimal): -15886483 or 7182093. OLE color: 7182093.
HSL color Cylindrical-coordinate representation of color #0D976D: hue angle of 161.74º 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 #0D976D is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 109 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.41 |
| HSL | 161.74º | 0.84% | 0.32% | - |
| HSV(B) | 161.74º | 0.91% | 0.59% | - |
| XYZ | 13.99 | 23.32 | 18.23 | - |
| YUV | 104.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 109 | 0.91 | 0 | 0.28 | 0.41 | 161.74 | 0.84 | 0.32 |
| Hex | D | 97 | 6D | 5B | 0 | 1C | 29 | A2 | 54 | 20 |
| Octal | 15 | 227 | 155 | 133 | 0 | 34 | 51 | 242 | 124 | 40 |
| Binary | 1101 | 10010111 | 1101101 | 1011011 | 0 | 11100 | 101001 | 10100010 | 1010100 | 100000 |
Color Harmonies of #0D976D
Complementary color
Monochromatic Colors of #0D976D
Black with #0D976D
Text Example
Text Example
White with #0D976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D976D; }
p { color: rgb(13,151,109); }
H1.HeaderClassName
{
color: #0D976D;
}
.AnyTagClassName
{
color: #0D976D;
}
</style>
background-color css
<style>
a { background-color: #0D976D; }
a { background-color: rgb(13,151,109); }
div.DivClassName
{
background-color: #0D976D;
}
.BgClassName
{
background-color: #0D976D;
}
</style>
border-color css
<style>
span { border-color: #0D976D; }
span { border-color: rgb(13,151,109); }
td.TdClassName
{
border-color: #0D976D;
}
.TagClassName
{
border-color: #0D976D;
}
</style>