Shades of Green #148601
Tints of Green #148601
RGB
CMYK
RGB Variations
Color information
#148601 (or 0x148601) is known color: Green. HEX triplet: 14, 86 and 01. RGB value is (20,134,1). Sum of RGB (Red+Green+Blue) = 20+134+1=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 134 (52.73% from 255 or 86.45% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 134 - color contains mainly: green. Hex color #148601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148601 is #EB79FE. Grayscale: #555555. Windows color (decimal): -15432191 or 99860. OLE color: 99860.
HSL color Cylindrical-coordinate representation of color #148601: hue angle of 111.43º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #148601 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.47 |
| HSL | 111.43º | 0.99% | 0.26% | - |
| HSV(B) | 111.43º | 0.99% | 0.53% | - |
| XYZ | 8.82 | 17.2 | 2.88 | - |
| YUV | 84.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 1 | 0.85 | 0 | 0.99 | 0.47 | 111.43 | 0.99 | 0.26 |
| Hex | 14 | 86 | 1 | 55 | 0 | 63 | 2F | 6F | 63 | 1A |
| Octal | 24 | 206 | 1 | 125 | 0 | 143 | 57 | 157 | 143 | 32 |
| Binary | 10100 | 10000110 | 1 | 1010101 | 0 | 1100011 | 101111 | 1101111 | 1100011 | 11010 |
Color Harmonies of #148601
Complementary color
Monochromatic Colors of #148601
Black with #148601
Text Example
Text Example
White with #148601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148601; }
p { color: rgb(20,134,1); }
H1.HeaderClassName
{
color: #148601;
}
.AnyTagClassName
{
color: #148601;
}
</style>
background-color css
<style>
a { background-color: #148601; }
a { background-color: rgb(20,134,1); }
div.DivClassName
{
background-color: #148601;
}
.BgClassName
{
background-color: #148601;
}
</style>
border-color css
<style>
span { border-color: #148601; }
span { border-color: rgb(20,134,1); }
td.TdClassName
{
border-color: #148601;
}
.TagClassName
{
border-color: #148601;
}
</style>