Shades of Green #148902
Tints of Green #148902
RGB
CMYK
RGB Variations
Color information
#148902 (or 0x148902) is known color: Green. HEX triplet: 14, 89 and 02. RGB value is (20,137,2). Sum of RGB (Red+Green+Blue) = 20+137+2=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 137 (53.91% from 255 or 86.16% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 137 - color contains mainly: green. Hex color #148902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148902 is #EB76FD. Grayscale: #575757. Windows color (decimal): -15431422 or 166164. OLE color: 166164.
HSL color Cylindrical-coordinate representation of color #148902: hue angle of 112º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #148902 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.46 |
| HSL | 112º | 0.97% | 0.27% | - |
| HSV(B) | 112º | 0.99% | 0.54% | - |
| XYZ | 9.25 | 18.04 | 3.05 | - |
| YUV | 86.63 | 80.24 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 2 | 0.85 | 0 | 0.99 | 0.46 | 112 | 0.97 | 0.27 |
| Hex | 14 | 89 | 2 | 55 | 0 | 63 | 2E | 70 | 61 | 1B |
| Octal | 24 | 211 | 2 | 125 | 0 | 143 | 56 | 160 | 141 | 33 |
| Binary | 10100 | 10001001 | 10 | 1010101 | 0 | 1100011 | 101110 | 1110000 | 1100001 | 11011 |
Color Harmonies of #148902
Complementary color
Monochromatic Colors of #148902
Black with #148902
Text Example
Text Example
White with #148902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148902; }
p { color: rgb(20,137,2); }
H1.HeaderClassName
{
color: #148902;
}
.AnyTagClassName
{
color: #148902;
}
</style>
background-color css
<style>
a { background-color: #148902; }
a { background-color: rgb(20,137,2); }
div.DivClassName
{
background-color: #148902;
}
.BgClassName
{
background-color: #148902;
}
</style>
border-color css
<style>
span { border-color: #148902; }
span { border-color: rgb(20,137,2); }
td.TdClassName
{
border-color: #148902;
}
.TagClassName
{
border-color: #148902;
}
</style>