Shades of Dark Spring Green #0A8336
Tints of Dark Spring Green #0A8336
RGB
CMYK
RGB Variations
Color information
#0A8336 (or 0x0A8336) is known color: Dark Spring Green. HEX triplet: 0A, 83 and 36. RGB value is (10,131,54). Sum of RGB (Red+Green+Blue) = 10+131+54=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 131 (51.56% from 255 or 67.18% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8336 is #F57CC9. Grayscale: #565656. Windows color (decimal): -16088266 or 3572490. OLE color: 3572490.
HSL color Cylindrical-coordinate representation of color #0A8336: hue angle of 141.82º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8336 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 54 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.49 |
| HSL | 141.82º | 0.86% | 0.28% | - |
| HSV(B) | 141.82º | 0.92% | 0.51% | - |
| XYZ | 8.91 | 16.56 | 6.22 | - |
| YUV | 86.04 | 109.91 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 54 | 0.92 | 0 | 0.59 | 0.49 | 141.82 | 0.86 | 0.28 |
| Hex | A | 83 | 36 | 5C | 0 | 3B | 31 | 8E | 56 | 1C |
| Octal | 12 | 203 | 66 | 134 | 0 | 73 | 61 | 216 | 126 | 34 |
| Binary | 1010 | 10000011 | 110110 | 1011100 | 0 | 111011 | 110001 | 10001110 | 1010110 | 11100 |
Color Harmonies of #0A8336
Complementary color
Monochromatic Colors of #0A8336
Black with #0A8336
Text Example
Text Example
White with #0A8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8336; }
p { color: rgb(10,131,54); }
H1.HeaderClassName
{
color: #0A8336;
}
.AnyTagClassName
{
color: #0A8336;
}
</style>
background-color css
<style>
a { background-color: #0A8336; }
a { background-color: rgb(10,131,54); }
div.DivClassName
{
background-color: #0A8336;
}
.BgClassName
{
background-color: #0A8336;
}
</style>
border-color css
<style>
span { border-color: #0A8336; }
span { border-color: rgb(10,131,54); }
td.TdClassName
{
border-color: #0A8336;
}
.TagClassName
{
border-color: #0A8336;
}
</style>