Shades of Dark Spring Green #108A38
Tints of Dark Spring Green #108A38
RGB
CMYK
RGB Variations
Color information
#108A38 (or 0x108A38) is known color: Dark Spring Green. HEX triplet: 10, 8A and 38. RGB value is (16,138,56). Sum of RGB (Red+Green+Blue) = 16+138+56=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #108A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108A38 is #EF75C7. Grayscale: #5C5C5C. Windows color (decimal): -15693256 or 3705360. OLE color: 3705360.
HSL color Cylindrical-coordinate representation of color #108A38: hue angle of 139.67º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A38 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 138 | 56 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.46 |
| HSL | 139.67º | 0.79% | 0.3% | - |
| HSV(B) | 139.67º | 0.88% | 0.54% | - |
| XYZ | 10.02 | 18.57 | 6.8 | - |
| YUV | 92.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 56 | 0.88 | 0 | 0.59 | 0.46 | 139.67 | 0.79 | 0.3 |
| Hex | 10 | 8A | 38 | 58 | 0 | 3B | 2E | 8C | 4F | 1E |
| Octal | 20 | 212 | 70 | 130 | 0 | 73 | 56 | 214 | 117 | 36 |
| Binary | 10000 | 10001010 | 111000 | 1011000 | 0 | 111011 | 101110 | 10001100 | 1001111 | 11110 |
Color Harmonies of #108A38
Complementary color
Monochromatic Colors of #108A38
Black with #108A38
Text Example
Text Example
White with #108A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108A38; }
p { color: rgb(16,138,56); }
H1.HeaderClassName
{
color: #108A38;
}
.AnyTagClassName
{
color: #108A38;
}
</style>
background-color css
<style>
a { background-color: #108A38; }
a { background-color: rgb(16,138,56); }
div.DivClassName
{
background-color: #108A38;
}
.BgClassName
{
background-color: #108A38;
}
</style>
border-color css
<style>
span { border-color: #108A38; }
span { border-color: rgb(16,138,56); }
td.TdClassName
{
border-color: #108A38;
}
.TagClassName
{
border-color: #108A38;
}
</style>