Shades of Dark Spring Green #0A8330
Tints of Dark Spring Green #0A8330
RGB
CMYK
RGB Variations
Color information
#0A8330 (or 0x0A8330) is known color: Dark Spring Green. HEX triplet: 0A, 83 and 30. RGB value is (10,131,48). Sum of RGB (Red+Green+Blue) = 10+131+48=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8330 is #F57CCF. Grayscale: #555555. Windows color (decimal): -16088272 or 3179274. OLE color: 3179274.
HSL color Cylindrical-coordinate representation of color #0A8330: hue angle of 138.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8330 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 48 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.49 |
| HSL | 138.84º | 0.86% | 0.28% | - |
| HSV(B) | 138.84º | 0.92% | 0.51% | - |
| XYZ | 8.77 | 16.51 | 5.52 | - |
| YUV | 85.36 | 106.91 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 48 | 0.92 | 0 | 0.63 | 0.49 | 138.84 | 0.86 | 0.28 |
| Hex | A | 83 | 30 | 5C | 0 | 3F | 31 | 8B | 56 | 1C |
| Octal | 12 | 203 | 60 | 134 | 0 | 77 | 61 | 213 | 126 | 34 |
| Binary | 1010 | 10000011 | 110000 | 1011100 | 0 | 111111 | 110001 | 10001011 | 1010110 | 11100 |
Color Harmonies of #0A8330
Complementary color
Monochromatic Colors of #0A8330
Black with #0A8330
Text Example
Text Example
White with #0A8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8330; }
p { color: rgb(10,131,48); }
H1.HeaderClassName
{
color: #0A8330;
}
.AnyTagClassName
{
color: #0A8330;
}
</style>
background-color css
<style>
a { background-color: #0A8330; }
a { background-color: rgb(10,131,48); }
div.DivClassName
{
background-color: #0A8330;
}
.BgClassName
{
background-color: #0A8330;
}
</style>
border-color css
<style>
span { border-color: #0A8330; }
span { border-color: rgb(10,131,48); }
td.TdClassName
{
border-color: #0A8330;
}
.TagClassName
{
border-color: #0A8330;
}
</style>