Shades of Green #148C00
Tints of Green #148C00
RGB
CMYK
RGB Variations
Color information
#148C00 (or 0x148C00) is known color: Green. HEX triplet: 14, 8C and 00. RGB value is (20,140,0). Sum of RGB (Red+Green+Blue) = 20+140+0=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #148C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148C00 is #EB73FF. Grayscale: #585858. Windows color (decimal): -15430656 or 35860. OLE color: 35860.
HSL color Cylindrical-coordinate representation of color #148C00: hue angle of 111.43º 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 #148C00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 140 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.45 |
| HSL | 111.43º | 1% | 0.27% | - |
| HSV(B) | 111.43º | 1% | 0.55% | - |
| XYZ | 9.67 | 18.9 | 3.14 | - |
| YUV | 88.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 0 | 0.86 | 0 | 1 | 0.45 | 111.43 | 1 | 0.27 |
| Hex | 14 | 8C | 0 | 56 | 0 | 64 | 2D | 6F | 64 | 1B |
| Octal | 24 | 214 | 0 | 126 | 0 | 144 | 55 | 157 | 144 | 33 |
| Binary | 10100 | 10001100 | 0 | 1010110 | 0 | 1100100 | 101101 | 1101111 | 1100100 | 11011 |
Color Harmonies of #148C00
Complementary color
Monochromatic Colors of #148C00
Black with #148C00
Text Example
Text Example
White with #148C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148C00; }
p { color: rgb(20,140,0); }
H1.HeaderClassName
{
color: #148C00;
}
.AnyTagClassName
{
color: #148C00;
}
</style>
background-color css
<style>
a { background-color: #148C00; }
a { background-color: rgb(20,140,0); }
div.DivClassName
{
background-color: #148C00;
}
.BgClassName
{
background-color: #148C00;
}
</style>
border-color css
<style>
span { border-color: #148C00; }
span { border-color: rgb(20,140,0); }
td.TdClassName
{
border-color: #148C00;
}
.TagClassName
{
border-color: #148C00;
}
</style>