Shades of Dark Spring Green #0A8738
Tints of Dark Spring Green #0A8738
RGB
CMYK
RGB Variations
Color information
#0A8738 (or 0x0A8738) is known color: Dark Spring Green. HEX triplet: 0A, 87 and 38. RGB value is (10,135,56). Sum of RGB (Red+Green+Blue) = 10+135+56=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8738 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8738 is #F578C7. Grayscale: #585858. Windows color (decimal): -16087240 or 3704586. OLE color: 3704586.
HSL color Cylindrical-coordinate representation of color #0A8738: hue angle of 142.08º 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 #0A8738 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 56 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.47 |
| HSL | 142.08º | 0.86% | 0.28% | - |
| HSV(B) | 142.08º | 0.93% | 0.53% | - |
| XYZ | 9.5 | 17.68 | 6.65 | - |
| YUV | 88.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 56 | 0.93 | 0 | 0.59 | 0.47 | 142.08 | 0.86 | 0.28 |
| Hex | A | 87 | 38 | 5D | 0 | 3B | 2F | 8E | 56 | 1C |
| Octal | 12 | 207 | 70 | 135 | 0 | 73 | 57 | 216 | 126 | 34 |
| Binary | 1010 | 10000111 | 111000 | 1011101 | 0 | 111011 | 101111 | 10001110 | 1010110 | 11100 |
Color Harmonies of #0A8738
Complementary color
Monochromatic Colors of #0A8738
Black with #0A8738
Text Example
Text Example
White with #0A8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8738; }
p { color: rgb(10,135,56); }
H1.HeaderClassName
{
color: #0A8738;
}
.AnyTagClassName
{
color: #0A8738;
}
</style>
background-color css
<style>
a { background-color: #0A8738; }
a { background-color: rgb(10,135,56); }
div.DivClassName
{
background-color: #0A8738;
}
.BgClassName
{
background-color: #0A8738;
}
</style>
border-color css
<style>
span { border-color: #0A8738; }
span { border-color: rgb(10,135,56); }
td.TdClassName
{
border-color: #0A8738;
}
.TagClassName
{
border-color: #0A8738;
}
</style>