Shades of Green #148306
Tints of Green #148306
RGB
CMYK
RGB Variations
Color information
#148306 (or 0x148306) is known color: Green. HEX triplet: 14, 83 and 06. RGB value is (20,131,6). Sum of RGB (Red+Green+Blue) = 20+131+6=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #148306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148306 is #EB7CF9. Grayscale: #535353. Windows color (decimal): -15432954 or 426772. OLE color: 426772.
HSL color Cylindrical-coordinate representation of color #148306: hue angle of 113.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #148306 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 6 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.49 |
| HSL | 113.28º | 0.91% | 0.27% | - |
| HSV(B) | 113.28º | 0.95% | 0.51% | - |
| XYZ | 8.44 | 16.39 | 2.89 | - |
| YUV | 83.56 | 84.23 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 6 | 0.85 | 0 | 0.95 | 0.49 | 113.28 | 0.91 | 0.27 |
| Hex | 14 | 83 | 6 | 55 | 0 | 5F | 31 | 71 | 5B | 1B |
| Octal | 24 | 203 | 6 | 125 | 0 | 137 | 61 | 161 | 133 | 33 |
| Binary | 10100 | 10000011 | 110 | 1010101 | 0 | 1011111 | 110001 | 1110001 | 1011011 | 11011 |
Color Harmonies of #148306
Complementary color
Monochromatic Colors of #148306
Black with #148306
Text Example
Text Example
White with #148306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148306; }
p { color: rgb(20,131,6); }
H1.HeaderClassName
{
color: #148306;
}
.AnyTagClassName
{
color: #148306;
}
</style>
background-color css
<style>
a { background-color: #148306; }
a { background-color: rgb(20,131,6); }
div.DivClassName
{
background-color: #148306;
}
.BgClassName
{
background-color: #148306;
}
</style>
border-color css
<style>
span { border-color: #148306; }
span { border-color: rgb(20,131,6); }
td.TdClassName
{
border-color: #148306;
}
.TagClassName
{
border-color: #148306;
}
</style>