Shades of Dark Spring Green #0A783F
Tints of Dark Spring Green #0A783F
RGB
CMYK
RGB Variations
Color information
#0A783F (or 0x0A783F) is known color: Dark Spring Green. HEX triplet: 0A, 78 and 3F. RGB value is (10,120,63). Sum of RGB (Red+Green+Blue) = 10+120+63=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #0A783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A783F is #F587C0. Grayscale: #505050. Windows color (decimal): -16091073 or 4159498. OLE color: 4159498.
HSL color Cylindrical-coordinate representation of color #0A783F: hue angle of 148.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 #0A783F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 63 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.53 |
| HSL | 148.91º | 0.85% | 0.25% | - |
| HSV(B) | 148.91º | 0.92% | 0.47% | - |
| XYZ | 7.74 | 13.86 | 6.97 | - |
| YUV | 80.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 63 | 0.92 | 0 | 0.48 | 0.53 | 148.91 | 0.85 | 0.25 |
| Hex | A | 78 | 3F | 5C | 0 | 30 | 35 | 95 | 55 | 19 |
| Octal | 12 | 170 | 77 | 134 | 0 | 60 | 65 | 225 | 125 | 31 |
| Binary | 1010 | 1111000 | 111111 | 1011100 | 0 | 110000 | 110101 | 10010101 | 1010101 | 11001 |
Color Harmonies of #0A783F
Complementary color
Monochromatic Colors of #0A783F
Black with #0A783F
Text Example
Text Example
White with #0A783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A783F; }
p { color: rgb(10,120,63); }
H1.HeaderClassName
{
color: #0A783F;
}
.AnyTagClassName
{
color: #0A783F;
}
</style>
background-color css
<style>
a { background-color: #0A783F; }
a { background-color: rgb(10,120,63); }
div.DivClassName
{
background-color: #0A783F;
}
.BgClassName
{
background-color: #0A783F;
}
</style>
border-color css
<style>
span { border-color: #0A783F; }
span { border-color: rgb(10,120,63); }
td.TdClassName
{
border-color: #0A783F;
}
.TagClassName
{
border-color: #0A783F;
}
</style>