Shades of Dark Spring Green #0A7A3D
Tints of Dark Spring Green #0A7A3D
RGB
CMYK
RGB Variations
Color information
#0A7A3D (or 0x0A7A3D) is known color: Dark Spring Green. HEX triplet: 0A, 7A and 3D. RGB value is (10,122,61). Sum of RGB (Red+Green+Blue) = 10+122+61=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A3D is #F585C2. Grayscale: #515151. Windows color (decimal): -16090563 or 4028938. OLE color: 4028938.
HSL color Cylindrical-coordinate representation of color #0A7A3D: hue angle of 147.32º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A3D is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 122 | 61 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.52 |
| HSL | 147.32º | 0.85% | 0.26% | - |
| HSV(B) | 147.32º | 0.92% | 0.48% | - |
| XYZ | 7.93 | 14.32 | 6.76 | - |
| YUV | 81.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 122 | 61 | 0.92 | 0 | 0.50 | 0.52 | 147.32 | 0.85 | 0.26 |
| Hex | A | 7A | 3D | 5C | 0 | 32 | 34 | 93 | 55 | 1A |
| Octal | 12 | 172 | 75 | 134 | 0 | 62 | 64 | 223 | 125 | 32 |
| Binary | 1010 | 1111010 | 111101 | 1011100 | 0 | 110010 | 110100 | 10010011 | 1010101 | 11010 |
Color Harmonies of #0A7A3D
Complementary color
Monochromatic Colors of #0A7A3D
Black with #0A7A3D
Text Example
Text Example
White with #0A7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7A3D; }
p { color: rgb(10,122,61); }
H1.HeaderClassName
{
color: #0A7A3D;
}
.AnyTagClassName
{
color: #0A7A3D;
}
</style>
background-color css
<style>
a { background-color: #0A7A3D; }
a { background-color: rgb(10,122,61); }
div.DivClassName
{
background-color: #0A7A3D;
}
.BgClassName
{
background-color: #0A7A3D;
}
</style>
border-color css
<style>
span { border-color: #0A7A3D; }
span { border-color: rgb(10,122,61); }
td.TdClassName
{
border-color: #0A7A3D;
}
.TagClassName
{
border-color: #0A7A3D;
}
</style>