Shades of Dark Spring Green #0A862F
Tints of Dark Spring Green #0A862F
RGB
CMYK
RGB Variations
Color information
#0A862F (or 0x0A862F) is known color: Dark Spring Green. HEX triplet: 0A, 86 and 2F. RGB value is (10,134,47). Sum of RGB (Red+Green+Blue) = 10+134+47=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #0A862F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A862F is #F579D0. Grayscale: #575757. Windows color (decimal): -16087505 or 3114506. OLE color: 3114506.
HSL color Cylindrical-coordinate representation of color #0A862F: hue angle of 137.9º 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 #0A862F is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 47 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.47 |
| HSL | 137.9º | 0.86% | 0.28% | - |
| HSV(B) | 137.9º | 0.93% | 0.53% | - |
| XYZ | 9.16 | 17.32 | 5.55 | - |
| YUV | 87.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 47 | 0.93 | 0 | 0.65 | 0.47 | 137.9 | 0.86 | 0.28 |
| Hex | A | 86 | 2F | 5D | 0 | 41 | 2F | 8A | 56 | 1C |
| Octal | 12 | 206 | 57 | 135 | 0 | 101 | 57 | 212 | 126 | 34 |
| Binary | 1010 | 10000110 | 101111 | 1011101 | 0 | 1000001 | 101111 | 10001010 | 1010110 | 11100 |
Color Harmonies of #0A862F
Complementary color
Monochromatic Colors of #0A862F
Black with #0A862F
Text Example
Text Example
White with #0A862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A862F; }
p { color: rgb(10,134,47); }
H1.HeaderClassName
{
color: #0A862F;
}
.AnyTagClassName
{
color: #0A862F;
}
</style>
background-color css
<style>
a { background-color: #0A862F; }
a { background-color: rgb(10,134,47); }
div.DivClassName
{
background-color: #0A862F;
}
.BgClassName
{
background-color: #0A862F;
}
</style>
border-color css
<style>
span { border-color: #0A862F; }
span { border-color: rgb(10,134,47); }
td.TdClassName
{
border-color: #0A862F;
}
.TagClassName
{
border-color: #0A862F;
}
</style>