Shades of Green #148602
Tints of Green #148602
RGB
CMYK
RGB Variations
Color information
#148602 (or 0x148602) is known color: Green. HEX triplet: 14, 86 and 02. RGB value is (20,134,2). Sum of RGB (Red+Green+Blue) = 20+134+2=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 134 (52.73% from 255 or 85.90% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 134 - color contains mainly: green. Hex color #148602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148602 is #EB79FD. Grayscale: #555555. Windows color (decimal): -15432190 or 165396. OLE color: 165396.
HSL color Cylindrical-coordinate representation of color #148602: hue angle of 111.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #148602 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.47 |
| HSL | 111.82º | 0.97% | 0.27% | - |
| HSV(B) | 111.82º | 0.99% | 0.53% | - |
| XYZ | 8.82 | 17.2 | 2.91 | - |
| YUV | 84.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 2 | 0.85 | 0 | 0.99 | 0.47 | 111.82 | 0.97 | 0.27 |
| Hex | 14 | 86 | 2 | 55 | 0 | 63 | 2F | 70 | 61 | 1B |
| Octal | 24 | 206 | 2 | 125 | 0 | 143 | 57 | 160 | 141 | 33 |
| Binary | 10100 | 10000110 | 10 | 1010101 | 0 | 1100011 | 101111 | 1110000 | 1100001 | 11011 |
Color Harmonies of #148602
Complementary color
Monochromatic Colors of #148602
Black with #148602
Text Example
Text Example
White with #148602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148602; }
p { color: rgb(20,134,2); }
H1.HeaderClassName
{
color: #148602;
}
.AnyTagClassName
{
color: #148602;
}
</style>
background-color css
<style>
a { background-color: #148602; }
a { background-color: rgb(20,134,2); }
div.DivClassName
{
background-color: #148602;
}
.BgClassName
{
background-color: #148602;
}
</style>
border-color css
<style>
span { border-color: #148602; }
span { border-color: rgb(20,134,2); }
td.TdClassName
{
border-color: #148602;
}
.TagClassName
{
border-color: #148602;
}
</style>