Shades of Dark Spring Green #0A8A32
Tints of Dark Spring Green #0A8A32
RGB
CMYK
RGB Variations
Color information
#0A8A32 (or 0x0A8A32) is known color: Dark Spring Green. HEX triplet: 0A, 8A and 32. RGB value is (10,138,50). Sum of RGB (Red+Green+Blue) = 10+138+50=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A32 is #F575CD. Grayscale: #595959. Windows color (decimal): -16086478 or 3312138. OLE color: 3312138.
HSL color Cylindrical-coordinate representation of color #0A8A32: hue angle of 138.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A32 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 50 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.46 |
| HSL | 138.75º | 0.86% | 0.29% | - |
| HSV(B) | 138.75º | 0.93% | 0.54% | - |
| XYZ | 9.79 | 18.47 | 6.07 | - |
| YUV | 89.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 50 | 0.93 | 0 | 0.64 | 0.46 | 138.75 | 0.86 | 0.29 |
| Hex | A | 8A | 32 | 5D | 0 | 40 | 2E | 8B | 56 | 1D |
| Octal | 12 | 212 | 62 | 135 | 0 | 100 | 56 | 213 | 126 | 35 |
| Binary | 1010 | 10001010 | 110010 | 1011101 | 0 | 1000000 | 101110 | 10001011 | 1010110 | 11101 |
Color Harmonies of #0A8A32
Complementary color
Monochromatic Colors of #0A8A32
Black with #0A8A32
Text Example
Text Example
White with #0A8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A32; }
p { color: rgb(10,138,50); }
H1.HeaderClassName
{
color: #0A8A32;
}
.AnyTagClassName
{
color: #0A8A32;
}
</style>
background-color css
<style>
a { background-color: #0A8A32; }
a { background-color: rgb(10,138,50); }
div.DivClassName
{
background-color: #0A8A32;
}
.BgClassName
{
background-color: #0A8A32;
}
</style>
border-color css
<style>
span { border-color: #0A8A32; }
span { border-color: rgb(10,138,50); }
td.TdClassName
{
border-color: #0A8A32;
}
.TagClassName
{
border-color: #0A8A32;
}
</style>