Shades of Dark Spring Green #148138
Tints of Dark Spring Green #148138
RGB
CMYK
RGB Variations
Color information
#148138 (or 0x148138) is known color: Dark Spring Green. HEX triplet: 14, 81 and 38. RGB value is (20,129,56). Sum of RGB (Red+Green+Blue) = 20+129+56=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #148138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148138 is #EB7EC7. Grayscale: #585858. Windows color (decimal): -15433416 or 3703060. OLE color: 3703060.
HSL color Cylindrical-coordinate representation of color #148138: hue angle of 139.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148138 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 56 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.49 |
| HSL | 139.82º | 0.73% | 0.29% | - |
| HSV(B) | 139.82º | 0.84% | 0.51% | - |
| XYZ | 8.85 | 16.13 | 6.39 | - |
| YUV | 88.09 | 109.89 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 56 | 0.84 | 0 | 0.57 | 0.49 | 139.82 | 0.73 | 0.29 |
| Hex | 14 | 81 | 38 | 54 | 0 | 39 | 31 | 8C | 49 | 1D |
| Octal | 24 | 201 | 70 | 124 | 0 | 71 | 61 | 214 | 111 | 35 |
| Binary | 10100 | 10000001 | 111000 | 1010100 | 0 | 111001 | 110001 | 10001100 | 1001001 | 11101 |
Color Harmonies of #148138
Complementary color
Monochromatic Colors of #148138
Black with #148138
Text Example
Text Example
White with #148138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148138; }
p { color: rgb(20,129,56); }
H1.HeaderClassName
{
color: #148138;
}
.AnyTagClassName
{
color: #148138;
}
</style>
background-color css
<style>
a { background-color: #148138; }
a { background-color: rgb(20,129,56); }
div.DivClassName
{
background-color: #148138;
}
.BgClassName
{
background-color: #148138;
}
</style>
border-color css
<style>
span { border-color: #148138; }
span { border-color: rgb(20,129,56); }
td.TdClassName
{
border-color: #148138;
}
.TagClassName
{
border-color: #148138;
}
</style>