Html Css Color HEX #0D9D73 Free Speech Aquamarine
📋 copy color: '#0D9D73'red 13 ◦ green 157 ◦ blue 115
Shades of Free Speech Aquamarine #0D9D73
Tints of Free Speech Aquamarine #0D9D73
RGB
CMYK
RGB Variations
Color information
#0D9D73 (or 0x0D9D73) is known color: Free Speech Aquamarine. HEX triplet: 0D, 9D and 73. RGB value is (13,157,115). Sum of RGB (Red+Green+Blue) = 13+157+115=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9D73 is #F2628C. Grayscale: #6D6D6D. Windows color (decimal): -15884941 or 7576845. OLE color: 7576845.
HSL color Cylindrical-coordinate representation of color #0D9D73: hue angle of 162.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D73 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 115 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.38 |
| HSL | 162.5º | 0.85% | 0.33% | - |
| HSV(B) | 162.5º | 0.92% | 0.62% | - |
| XYZ | 15.32 | 25.44 | 20.32 | - |
| YUV | 109.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 115 | 0.92 | 0 | 0.27 | 0.38 | 162.5 | 0.85 | 0.33 |
| Hex | D | 9D | 73 | 5C | 0 | 1B | 26 | A2 | 55 | 21 |
| Octal | 15 | 235 | 163 | 134 | 0 | 33 | 46 | 242 | 125 | 41 |
| Binary | 1101 | 10011101 | 1110011 | 1011100 | 0 | 11011 | 100110 | 10100010 | 1010101 | 100001 |
Color Harmonies of #0D9D73
Complementary color
Monochromatic Colors of #0D9D73
Black with #0D9D73
Text Example
Text Example
White with #0D9D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D73; }
p { color: rgb(13,157,115); }
H1.HeaderClassName
{
color: #0D9D73;
}
.AnyTagClassName
{
color: #0D9D73;
}
</style>
background-color css
<style>
a { background-color: #0D9D73; }
a { background-color: rgb(13,157,115); }
div.DivClassName
{
background-color: #0D9D73;
}
.BgClassName
{
background-color: #0D9D73;
}
</style>
border-color css
<style>
span { border-color: #0D9D73; }
span { border-color: rgb(13,157,115); }
td.TdClassName
{
border-color: #0D9D73;
}
.TagClassName
{
border-color: #0D9D73;
}
</style>