Shades of Dark Spring Green #0A7240
Tints of Dark Spring Green #0A7240
RGB
CMYK
RGB Variations
Color information
#0A7240 (or 0x0A7240) is known color: Dark Spring Green. HEX triplet: 0A, 72 and 40. RGB value is (10,114,64). Sum of RGB (Red+Green+Blue) = 10+114+64=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7240 is #F58DBF. Grayscale: #4D4D4D. Windows color (decimal): -16092608 or 4223498. OLE color: 4223498.
HSL color Cylindrical-coordinate representation of color #0A7240: hue angle of 151.15º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7240 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 64 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.55 |
| HSL | 151.15º | 0.84% | 0.24% | - |
| HSV(B) | 151.15º | 0.91% | 0.45% | - |
| XYZ | 7.07 | 12.47 | 6.88 | - |
| YUV | 77.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 64 | 0.91 | 0 | 0.44 | 0.55 | 151.15 | 0.84 | 0.24 |
| Hex | A | 72 | 40 | 5B | 0 | 2C | 37 | 97 | 54 | 18 |
| Octal | 12 | 162 | 100 | 133 | 0 | 54 | 67 | 227 | 124 | 30 |
| Binary | 1010 | 1110010 | 1000000 | 1011011 | 0 | 101100 | 110111 | 10010111 | 1010100 | 11000 |
Color Harmonies of #0A7240
Complementary color
Monochromatic Colors of #0A7240
Black with #0A7240
Text Example
Text Example
White with #0A7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7240; }
p { color: rgb(10,114,64); }
H1.HeaderClassName
{
color: #0A7240;
}
.AnyTagClassName
{
color: #0A7240;
}
</style>
background-color css
<style>
a { background-color: #0A7240; }
a { background-color: rgb(10,114,64); }
div.DivClassName
{
background-color: #0A7240;
}
.BgClassName
{
background-color: #0A7240;
}
</style>
border-color css
<style>
span { border-color: #0A7240; }
span { border-color: rgb(10,114,64); }
td.TdClassName
{
border-color: #0A7240;
}
.TagClassName
{
border-color: #0A7240;
}
</style>