Shades of Green #148808
Tints of Green #148808
RGB
CMYK
RGB Variations
Color information
#148808 (or 0x148808) is known color: Green. HEX triplet: 14, 88 and 08. RGB value is (20,136,8). Sum of RGB (Red+Green+Blue) = 20+136+8=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 136 (53.52% from 255 or 82.93% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 136 - color contains mainly: green. Hex color #148808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148808 is #EB77F7. Grayscale: #575757. Windows color (decimal): -15431672 or 559124. OLE color: 559124.
HSL color Cylindrical-coordinate representation of color #148808: hue angle of 114.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #148808 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 8 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.47 |
| HSL | 114.38º | 0.89% | 0.28% | - |
| HSV(B) | 114.38º | 0.94% | 0.53% | - |
| XYZ | 9.14 | 17.77 | 3.18 | - |
| YUV | 86.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 8 | 0.85 | 0 | 0.94 | 0.47 | 114.38 | 0.89 | 0.28 |
| Hex | 14 | 88 | 8 | 55 | 0 | 5E | 2F | 72 | 59 | 1C |
| Octal | 24 | 210 | 10 | 125 | 0 | 136 | 57 | 162 | 131 | 34 |
| Binary | 10100 | 10001000 | 1000 | 1010101 | 0 | 1011110 | 101111 | 1110010 | 1011001 | 11100 |
Color Harmonies of #148808
Complementary color
Monochromatic Colors of #148808
Black with #148808
Text Example
Text Example
White with #148808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148808; }
p { color: rgb(20,136,8); }
H1.HeaderClassName
{
color: #148808;
}
.AnyTagClassName
{
color: #148808;
}
</style>
background-color css
<style>
a { background-color: #148808; }
a { background-color: rgb(20,136,8); }
div.DivClassName
{
background-color: #148808;
}
.BgClassName
{
background-color: #148808;
}
</style>
border-color css
<style>
span { border-color: #148808; }
span { border-color: rgb(20,136,8); }
td.TdClassName
{
border-color: #148808;
}
.TagClassName
{
border-color: #148808;
}
</style>