Html Css Color HEX #0D956D Free Speech Aquamarine
📋 copy color: '#0D956D'red 13 ◦ green 149 ◦ blue 109
Shades of Free Speech Aquamarine #0D956D
Tints of Free Speech Aquamarine #0D956D
RGB
CMYK
RGB Variations
Color information
#0D956D (or 0x0D956D) is known color: Free Speech Aquamarine. HEX triplet: 0D, 95 and 6D. RGB value is (13,149,109). Sum of RGB (Red+Green+Blue) = 13+149+109=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #0D956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D956D is #F26A92. Grayscale: #676767. Windows color (decimal): -15886995 or 7181581. OLE color: 7181581.
HSL color Cylindrical-coordinate representation of color #0D956D: hue angle of 162.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D956D is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 109 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.42 |
| HSL | 162.35º | 0.84% | 0.32% | - |
| HSV(B) | 162.35º | 0.91% | 0.58% | - |
| XYZ | 13.67 | 22.68 | 18.13 | - |
| YUV | 103.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 109 | 0.91 | 0 | 0.27 | 0.42 | 162.35 | 0.84 | 0.32 |
| Hex | D | 95 | 6D | 5B | 0 | 1B | 2A | A2 | 54 | 20 |
| Octal | 15 | 225 | 155 | 133 | 0 | 33 | 52 | 242 | 124 | 40 |
| Binary | 1101 | 10010101 | 1101101 | 1011011 | 0 | 11011 | 101010 | 10100010 | 1010100 | 100000 |
Color Harmonies of #0D956D
Complementary color
Monochromatic Colors of #0D956D
Black with #0D956D
Text Example
Text Example
White with #0D956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D956D; }
p { color: rgb(13,149,109); }
H1.HeaderClassName
{
color: #0D956D;
}
.AnyTagClassName
{
color: #0D956D;
}
</style>
background-color css
<style>
a { background-color: #0D956D; }
a { background-color: rgb(13,149,109); }
div.DivClassName
{
background-color: #0D956D;
}
.BgClassName
{
background-color: #0D956D;
}
</style>
border-color css
<style>
span { border-color: #0D956D; }
span { border-color: rgb(13,149,109); }
td.TdClassName
{
border-color: #0D956D;
}
.TagClassName
{
border-color: #0D956D;
}
</style>