Shades of Dark Spring Green #0A7834
Tints of Dark Spring Green #0A7834
RGB
CMYK
RGB Variations
Color information
#0A7834 (or 0x0A7834) is known color: Dark Spring Green. HEX triplet: 0A, 78 and 34. RGB value is (10,120,52). Sum of RGB (Red+Green+Blue) = 10+120+52=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 120 (47.27% from 255 or 65.93% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7834 is #F587CB. Grayscale: #4F4F4F. Windows color (decimal): -16091084 or 3438602. OLE color: 3438602.
HSL color Cylindrical-coordinate representation of color #0A7834: hue angle of 142.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7834 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 52 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.53 |
| HSL | 142.91º | 0.85% | 0.25% | - |
| HSV(B) | 142.91º | 0.92% | 0.47% | - |
| XYZ | 7.46 | 13.75 | 5.51 | - |
| YUV | 79.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 52 | 0.92 | 0 | 0.57 | 0.53 | 142.91 | 0.85 | 0.25 |
| Hex | A | 78 | 34 | 5C | 0 | 39 | 35 | 8F | 55 | 19 |
| Octal | 12 | 170 | 64 | 134 | 0 | 71 | 65 | 217 | 125 | 31 |
| Binary | 1010 | 1111000 | 110100 | 1011100 | 0 | 111001 | 110101 | 10001111 | 1010101 | 11001 |
Color Harmonies of #0A7834
Complementary color
Monochromatic Colors of #0A7834
Black with #0A7834
Text Example
Text Example
White with #0A7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7834; }
p { color: rgb(10,120,52); }
H1.HeaderClassName
{
color: #0A7834;
}
.AnyTagClassName
{
color: #0A7834;
}
</style>
background-color css
<style>
a { background-color: #0A7834; }
a { background-color: rgb(10,120,52); }
div.DivClassName
{
background-color: #0A7834;
}
.BgClassName
{
background-color: #0A7834;
}
</style>
border-color css
<style>
span { border-color: #0A7834; }
span { border-color: rgb(10,120,52); }
td.TdClassName
{
border-color: #0A7834;
}
.TagClassName
{
border-color: #0A7834;
}
</style>