Shades of Dark Spring Green #0A8631
Tints of Dark Spring Green #0A8631
RGB
CMYK
RGB Variations
Color information
#0A8631 (or 0x0A8631) is known color: Dark Spring Green. HEX triplet: 0A, 86 and 31. RGB value is (10,134,49). Sum of RGB (Red+Green+Blue) = 10+134+49=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8631 is #F579CE. Grayscale: #575757. Windows color (decimal): -16087503 or 3245578. OLE color: 3245578.
HSL color Cylindrical-coordinate representation of color #0A8631: hue angle of 138.87º 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 #0A8631 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 49 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.47 |
| HSL | 138.87º | 0.86% | 0.28% | - |
| HSV(B) | 138.87º | 0.93% | 0.53% | - |
| XYZ | 9.2 | 17.34 | 5.77 | - |
| YUV | 87.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 49 | 0.93 | 0 | 0.63 | 0.47 | 138.87 | 0.86 | 0.28 |
| Hex | A | 86 | 31 | 5D | 0 | 3F | 2F | 8B | 56 | 1C |
| Octal | 12 | 206 | 61 | 135 | 0 | 77 | 57 | 213 | 126 | 34 |
| Binary | 1010 | 10000110 | 110001 | 1011101 | 0 | 111111 | 101111 | 10001011 | 1010110 | 11100 |
Color Harmonies of #0A8631
Complementary color
Monochromatic Colors of #0A8631
Black with #0A8631
Text Example
Text Example
White with #0A8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8631; }
p { color: rgb(10,134,49); }
H1.HeaderClassName
{
color: #0A8631;
}
.AnyTagClassName
{
color: #0A8631;
}
</style>
background-color css
<style>
a { background-color: #0A8631; }
a { background-color: rgb(10,134,49); }
div.DivClassName
{
background-color: #0A8631;
}
.BgClassName
{
background-color: #0A8631;
}
</style>
border-color css
<style>
span { border-color: #0A8631; }
span { border-color: rgb(10,134,49); }
td.TdClassName
{
border-color: #0A8631;
}
.TagClassName
{
border-color: #0A8631;
}
</style>