Html Css Color HEX #0D956F Free Speech Aquamarine
📋 copy color: '#0D956F'red 13 ◦ green 149 ◦ blue 111
Shades of Free Speech Aquamarine #0D956F
Tints of Free Speech Aquamarine #0D956F
RGB
CMYK
RGB Variations
Color information
#0D956F (or 0x0D956F) is known color: Free Speech Aquamarine. HEX triplet: 0D, 95 and 6F. RGB value is (13,149,111). Sum of RGB (Red+Green+Blue) = 13+149+111=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #0D956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D956F is #F26A90. Grayscale: #686868. Windows color (decimal): -15886993 or 7312653. OLE color: 7312653.
HSL color Cylindrical-coordinate representation of color #0D956F: hue angle of 163.24º 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 #0D956F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 111 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.42 |
| HSL | 163.24º | 0.84% | 0.32% | - |
| HSV(B) | 163.24º | 0.91% | 0.58% | - |
| XYZ | 13.78 | 22.73 | 18.7 | - |
| YUV | 104 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 111 | 0.91 | 0 | 0.26 | 0.42 | 163.24 | 0.84 | 0.32 |
| Hex | D | 95 | 6F | 5B | 0 | 1A | 2A | A3 | 54 | 20 |
| Octal | 15 | 225 | 157 | 133 | 0 | 32 | 52 | 243 | 124 | 40 |
| Binary | 1101 | 10010101 | 1101111 | 1011011 | 0 | 11010 | 101010 | 10100011 | 1010100 | 100000 |
Color Harmonies of #0D956F
Complementary color
Monochromatic Colors of #0D956F
Black with #0D956F
Text Example
Text Example
White with #0D956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D956F; }
p { color: rgb(13,149,111); }
H1.HeaderClassName
{
color: #0D956F;
}
.AnyTagClassName
{
color: #0D956F;
}
</style>
background-color css
<style>
a { background-color: #0D956F; }
a { background-color: rgb(13,149,111); }
div.DivClassName
{
background-color: #0D956F;
}
.BgClassName
{
background-color: #0D956F;
}
</style>
border-color css
<style>
span { border-color: #0D956F; }
span { border-color: rgb(13,149,111); }
td.TdClassName
{
border-color: #0D956F;
}
.TagClassName
{
border-color: #0D956F;
}
</style>