Shades of Green #148A00
Tints of Green #148A00
RGB
CMYK
RGB Variations
Color information
#148A00 (or 0x148A00) is known color: Green. HEX triplet: 14, 8A and 00. RGB value is (20,138,0). Sum of RGB (Red+Green+Blue) = 20+138+0=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #148A00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148A00 is #EB75FF. Grayscale: #575757. Windows color (decimal): -15431168 or 35348. OLE color: 35348.
HSL color Cylindrical-coordinate representation of color #148A00: hue angle of 111.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #148A00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 138 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.46 |
| HSL | 111.3º | 1% | 0.27% | - |
| HSV(B) | 111.3º | 1% | 0.54% | - |
| XYZ | 9.38 | 18.33 | 3.04 | - |
| YUV | 86.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 0 | 0.86 | 0 | 1 | 0.46 | 111.3 | 1 | 0.27 |
| Hex | 14 | 8A | 0 | 56 | 0 | 64 | 2E | 6F | 64 | 1B |
| Octal | 24 | 212 | 0 | 126 | 0 | 144 | 56 | 157 | 144 | 33 |
| Binary | 10100 | 10001010 | 0 | 1010110 | 0 | 1100100 | 101110 | 1101111 | 1100100 | 11011 |
Color Harmonies of #148A00
Complementary color
Monochromatic Colors of #148A00
Black with #148A00
Text Example
Text Example
White with #148A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A00; }
p { color: rgb(20,138,0); }
H1.HeaderClassName
{
color: #148A00;
}
.AnyTagClassName
{
color: #148A00;
}
</style>
background-color css
<style>
a { background-color: #148A00; }
a { background-color: rgb(20,138,0); }
div.DivClassName
{
background-color: #148A00;
}
.BgClassName
{
background-color: #148A00;
}
</style>
border-color css
<style>
span { border-color: #148A00; }
span { border-color: rgb(20,138,0); }
td.TdClassName
{
border-color: #148A00;
}
.TagClassName
{
border-color: #148A00;
}
</style>