Shades of Dark Spring Green #0A8838
Tints of Dark Spring Green #0A8838
RGB
CMYK
RGB Variations
Color information
#0A8838 (or 0x0A8838) is known color: Dark Spring Green. HEX triplet: 0A, 88 and 38. RGB value is (10,136,56). Sum of RGB (Red+Green+Blue) = 10+136+56=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8838 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8838 is #F577C7. Grayscale: #595959. Windows color (decimal): -16086984 or 3704842. OLE color: 3704842.
HSL color Cylindrical-coordinate representation of color #0A8838: hue angle of 141.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8838 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 56 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.47 |
| HSL | 141.9º | 0.86% | 0.29% | - |
| HSV(B) | 141.9º | 0.93% | 0.53% | - |
| XYZ | 9.64 | 17.96 | 6.7 | - |
| YUV | 89.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 56 | 0.93 | 0 | 0.59 | 0.47 | 141.9 | 0.86 | 0.29 |
| Hex | A | 88 | 38 | 5D | 0 | 3B | 2F | 8E | 56 | 1D |
| Octal | 12 | 210 | 70 | 135 | 0 | 73 | 57 | 216 | 126 | 35 |
| Binary | 1010 | 10001000 | 111000 | 1011101 | 0 | 111011 | 101111 | 10001110 | 1010110 | 11101 |
Color Harmonies of #0A8838
Complementary color
Monochromatic Colors of #0A8838
Black with #0A8838
Text Example
Text Example
White with #0A8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8838; }
p { color: rgb(10,136,56); }
H1.HeaderClassName
{
color: #0A8838;
}
.AnyTagClassName
{
color: #0A8838;
}
</style>
background-color css
<style>
a { background-color: #0A8838; }
a { background-color: rgb(10,136,56); }
div.DivClassName
{
background-color: #0A8838;
}
.BgClassName
{
background-color: #0A8838;
}
</style>
border-color css
<style>
span { border-color: #0A8838; }
span { border-color: rgb(10,136,56); }
td.TdClassName
{
border-color: #0A8838;
}
.TagClassName
{
border-color: #0A8838;
}
</style>