Shades of Green #148B00
Tints of Green #148B00
RGB
CMYK
RGB Variations
Color information
#148B00 (or 0x148B00) is known color: Green. HEX triplet: 14, 8B and 00. RGB value is (20,139,0). Sum of RGB (Red+Green+Blue) = 20+139+0=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #148B00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148B00 is #EB74FF. Grayscale: #585858. Windows color (decimal): -15430912 or 35604. OLE color: 35604.
HSL color Cylindrical-coordinate representation of color #148B00: hue angle of 111.37º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #148B00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 139 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.45 |
| HSL | 111.37º | 1% | 0.27% | - |
| HSV(B) | 111.37º | 1% | 0.55% | - |
| XYZ | 9.52 | 18.61 | 3.09 | - |
| YUV | 87.57 | 78.58 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 0 | 0.86 | 0 | 1 | 0.45 | 111.37 | 1 | 0.27 |
| Hex | 14 | 8B | 0 | 56 | 0 | 64 | 2D | 6F | 64 | 1B |
| Octal | 24 | 213 | 0 | 126 | 0 | 144 | 55 | 157 | 144 | 33 |
| Binary | 10100 | 10001011 | 0 | 1010110 | 0 | 1100100 | 101101 | 1101111 | 1100100 | 11011 |
Color Harmonies of #148B00
Complementary color
Monochromatic Colors of #148B00
Black with #148B00
Text Example
Text Example
White with #148B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148B00; }
p { color: rgb(20,139,0); }
H1.HeaderClassName
{
color: #148B00;
}
.AnyTagClassName
{
color: #148B00;
}
</style>
background-color css
<style>
a { background-color: #148B00; }
a { background-color: rgb(20,139,0); }
div.DivClassName
{
background-color: #148B00;
}
.BgClassName
{
background-color: #148B00;
}
</style>
border-color css
<style>
span { border-color: #148B00; }
span { border-color: rgb(20,139,0); }
td.TdClassName
{
border-color: #148B00;
}
.TagClassName
{
border-color: #148B00;
}
</style>