Shades of Dark Spring Green #0A8731
Tints of Dark Spring Green #0A8731
RGB
CMYK
RGB Variations
Color information
#0A8731 (or 0x0A8731) is known color: Dark Spring Green. HEX triplet: 0A, 87 and 31. RGB value is (10,135,49). Sum of RGB (Red+Green+Blue) = 10+135+49=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8731 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8731 is #F578CE. Grayscale: #585858. Windows color (decimal): -16087247 or 3245834. OLE color: 3245834.
HSL color Cylindrical-coordinate representation of color #0A8731: hue angle of 138.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8731 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 49 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.47 |
| HSL | 138.72º | 0.86% | 0.28% | - |
| HSV(B) | 138.72º | 0.93% | 0.53% | - |
| XYZ | 9.34 | 17.61 | 5.81 | - |
| YUV | 87.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 49 | 0.93 | 0 | 0.64 | 0.47 | 138.72 | 0.86 | 0.28 |
| Hex | A | 87 | 31 | 5D | 0 | 40 | 2F | 8B | 56 | 1C |
| Octal | 12 | 207 | 61 | 135 | 0 | 100 | 57 | 213 | 126 | 34 |
| Binary | 1010 | 10000111 | 110001 | 1011101 | 0 | 1000000 | 101111 | 10001011 | 1010110 | 11100 |
Color Harmonies of #0A8731
Complementary color
Monochromatic Colors of #0A8731
Black with #0A8731
Text Example
Text Example
White with #0A8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8731; }
p { color: rgb(10,135,49); }
H1.HeaderClassName
{
color: #0A8731;
}
.AnyTagClassName
{
color: #0A8731;
}
</style>
background-color css
<style>
a { background-color: #0A8731; }
a { background-color: rgb(10,135,49); }
div.DivClassName
{
background-color: #0A8731;
}
.BgClassName
{
background-color: #0A8731;
}
</style>
border-color css
<style>
span { border-color: #0A8731; }
span { border-color: rgb(10,135,49); }
td.TdClassName
{
border-color: #0A8731;
}
.TagClassName
{
border-color: #0A8731;
}
</style>