Shades of Dark Spring Green #0A8632
Tints of Dark Spring Green #0A8632
RGB
CMYK
RGB Variations
Color information
#0A8632 (or 0x0A8632) is known color: Dark Spring Green. HEX triplet: 0A, 86 and 32. RGB value is (10,134,50). Sum of RGB (Red+Green+Blue) = 10+134+50=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8632 is #F579CD. Grayscale: #575757. Windows color (decimal): -16087502 or 3311114. OLE color: 3311114.
HSL color Cylindrical-coordinate representation of color #0A8632: hue angle of 139.35º 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 #0A8632 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 50 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.47 |
| HSL | 139.35º | 0.86% | 0.28% | - |
| HSV(B) | 139.35º | 0.93% | 0.53% | - |
| XYZ | 9.23 | 17.35 | 5.88 | - |
| YUV | 87.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 50 | 0.93 | 0 | 0.63 | 0.47 | 139.35 | 0.86 | 0.28 |
| Hex | A | 86 | 32 | 5D | 0 | 3F | 2F | 8B | 56 | 1C |
| Octal | 12 | 206 | 62 | 135 | 0 | 77 | 57 | 213 | 126 | 34 |
| Binary | 1010 | 10000110 | 110010 | 1011101 | 0 | 111111 | 101111 | 10001011 | 1010110 | 11100 |
Color Harmonies of #0A8632
Complementary color
Monochromatic Colors of #0A8632
Black with #0A8632
Text Example
Text Example
White with #0A8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8632; }
p { color: rgb(10,134,50); }
H1.HeaderClassName
{
color: #0A8632;
}
.AnyTagClassName
{
color: #0A8632;
}
</style>
background-color css
<style>
a { background-color: #0A8632; }
a { background-color: rgb(10,134,50); }
div.DivClassName
{
background-color: #0A8632;
}
.BgClassName
{
background-color: #0A8632;
}
</style>
border-color css
<style>
span { border-color: #0A8632; }
span { border-color: rgb(10,134,50); }
td.TdClassName
{
border-color: #0A8632;
}
.TagClassName
{
border-color: #0A8632;
}
</style>