Shades of Dark Spring Green #0A7432
Tints of Dark Spring Green #0A7432
RGB
CMYK
RGB Variations
Color information
#0A7432 (or 0x0A7432) is known color: Dark Spring Green. HEX triplet: 0A, 74 and 32. RGB value is (10,116,50). Sum of RGB (Red+Green+Blue) = 10+116+50=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7432 is #F58BCD. Grayscale: #4C4C4C. Windows color (decimal): -16092110 or 3306506. OLE color: 3306506.
HSL color Cylindrical-coordinate representation of color #0A7432: hue angle of 142.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7432 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 50 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.55 |
| HSL | 142.64º | 0.84% | 0.25% | - |
| HSV(B) | 142.64º | 0.91% | 0.45% | - |
| XYZ | 6.95 | 12.79 | 5.12 | - |
| YUV | 76.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 50 | 0.91 | 0 | 0.57 | 0.55 | 142.64 | 0.84 | 0.25 |
| Hex | A | 74 | 32 | 5B | 0 | 39 | 37 | 8F | 54 | 19 |
| Octal | 12 | 164 | 62 | 133 | 0 | 71 | 67 | 217 | 124 | 31 |
| Binary | 1010 | 1110100 | 110010 | 1011011 | 0 | 111001 | 110111 | 10001111 | 1010100 | 11001 |
Color Harmonies of #0A7432
Complementary color
Monochromatic Colors of #0A7432
Black with #0A7432
Text Example
Text Example
White with #0A7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7432; }
p { color: rgb(10,116,50); }
H1.HeaderClassName
{
color: #0A7432;
}
.AnyTagClassName
{
color: #0A7432;
}
</style>
background-color css
<style>
a { background-color: #0A7432; }
a { background-color: rgb(10,116,50); }
div.DivClassName
{
background-color: #0A7432;
}
.BgClassName
{
background-color: #0A7432;
}
</style>
border-color css
<style>
span { border-color: #0A7432; }
span { border-color: rgb(10,116,50); }
td.TdClassName
{
border-color: #0A7432;
}
.TagClassName
{
border-color: #0A7432;
}
</style>