Shades of Dark Spring Green #0A7D36
Tints of Dark Spring Green #0A7D36
RGB
CMYK
RGB Variations
Color information
#0A7D36 (or 0x0A7D36) is known color: Dark Spring Green. HEX triplet: 0A, 7D and 36. RGB value is (10,125,54). Sum of RGB (Red+Green+Blue) = 10+125+54=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D36 is #F582C9. Grayscale: #525252. Windows color (decimal): -16089802 or 3570954. OLE color: 3570954.
HSL color Cylindrical-coordinate representation of color #0A7D36: hue angle of 142.96º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D36 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 54 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.51 |
| HSL | 142.96º | 0.85% | 0.26% | - |
| HSV(B) | 142.96º | 0.92% | 0.49% | - |
| XYZ | 8.12 | 15 | 5.96 | - |
| YUV | 82.52 | 111.9 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 54 | 0.92 | 0 | 0.57 | 0.51 | 142.96 | 0.85 | 0.26 |
| Hex | A | 7D | 36 | 5C | 0 | 39 | 33 | 8F | 55 | 1A |
| Octal | 12 | 175 | 66 | 134 | 0 | 71 | 63 | 217 | 125 | 32 |
| Binary | 1010 | 1111101 | 110110 | 1011100 | 0 | 111001 | 110011 | 10001111 | 1010101 | 11010 |
Color Harmonies of #0A7D36
Complementary color
Monochromatic Colors of #0A7D36
Black with #0A7D36
Text Example
Text Example
White with #0A7D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D36; }
p { color: rgb(10,125,54); }
H1.HeaderClassName
{
color: #0A7D36;
}
.AnyTagClassName
{
color: #0A7D36;
}
</style>
background-color css
<style>
a { background-color: #0A7D36; }
a { background-color: rgb(10,125,54); }
div.DivClassName
{
background-color: #0A7D36;
}
.BgClassName
{
background-color: #0A7D36;
}
</style>
border-color css
<style>
span { border-color: #0A7D36; }
span { border-color: rgb(10,125,54); }
td.TdClassName
{
border-color: #0A7D36;
}
.TagClassName
{
border-color: #0A7D36;
}
</style>