Shades of Green #148401
Tints of Green #148401
RGB
CMYK
RGB Variations
Color information
#148401 (or 0x148401) is known color: Green. HEX triplet: 14, 84 and 01. RGB value is (20,132,1). Sum of RGB (Red+Green+Blue) = 20+132+1=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 132 (51.95% from 255 or 86.27% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 132 - color contains mainly: green. Hex color #148401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148401 is #EB7BFE. Grayscale: #535353. Windows color (decimal): -15432703 or 99348. OLE color: 99348.
HSL color Cylindrical-coordinate representation of color #148401: hue angle of 111.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #148401 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.48 |
| HSL | 111.3º | 0.98% | 0.26% | - |
| HSV(B) | 111.3º | 0.99% | 0.52% | - |
| XYZ | 8.55 | 16.65 | 2.79 | - |
| YUV | 83.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 1 | 0.85 | 0 | 0.99 | 0.48 | 111.3 | 0.98 | 0.26 |
| Hex | 14 | 84 | 1 | 55 | 0 | 63 | 30 | 6F | 62 | 1A |
| Octal | 24 | 204 | 1 | 125 | 0 | 143 | 60 | 157 | 142 | 32 |
| Binary | 10100 | 10000100 | 1 | 1010101 | 0 | 1100011 | 110000 | 1101111 | 1100010 | 11010 |
Color Harmonies of #148401
Complementary color
Monochromatic Colors of #148401
Black with #148401
Text Example
Text Example
White with #148401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148401; }
p { color: rgb(20,132,1); }
H1.HeaderClassName
{
color: #148401;
}
.AnyTagClassName
{
color: #148401;
}
</style>
background-color css
<style>
a { background-color: #148401; }
a { background-color: rgb(20,132,1); }
div.DivClassName
{
background-color: #148401;
}
.BgClassName
{
background-color: #148401;
}
</style>
border-color css
<style>
span { border-color: #148401; }
span { border-color: rgb(20,132,1); }
td.TdClassName
{
border-color: #148401;
}
.TagClassName
{
border-color: #148401;
}
</style>