Shades of Green #148409
Tints of Green #148409
RGB
CMYK
RGB Variations
Color information
#148409 (or 0x148409) is known color: Green. HEX triplet: 14, 84 and 09. RGB value is (20,132,9). Sum of RGB (Red+Green+Blue) = 20+132+9=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #148409 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148409 is #EB7BF6. Grayscale: #545454. Windows color (decimal): -15432695 or 623636. OLE color: 623636.
HSL color Cylindrical-coordinate representation of color #148409: hue angle of 114.63º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #148409 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 9 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.48 |
| HSL | 114.63º | 0.87% | 0.28% | - |
| HSV(B) | 114.63º | 0.93% | 0.52% | - |
| XYZ | 8.59 | 16.67 | 3.02 | - |
| YUV | 84.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 9 | 0.85 | 0 | 0.93 | 0.48 | 114.63 | 0.87 | 0.28 |
| Hex | 14 | 84 | 9 | 55 | 0 | 5D | 30 | 73 | 57 | 1C |
| Octal | 24 | 204 | 11 | 125 | 0 | 135 | 60 | 163 | 127 | 34 |
| Binary | 10100 | 10000100 | 1001 | 1010101 | 0 | 1011101 | 110000 | 1110011 | 1010111 | 11100 |
Color Harmonies of #148409
Complementary color
Monochromatic Colors of #148409
Black with #148409
Text Example
Text Example
White with #148409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148409; }
p { color: rgb(20,132,9); }
H1.HeaderClassName
{
color: #148409;
}
.AnyTagClassName
{
color: #148409;
}
</style>
background-color css
<style>
a { background-color: #148409; }
a { background-color: rgb(20,132,9); }
div.DivClassName
{
background-color: #148409;
}
.BgClassName
{
background-color: #148409;
}
</style>
border-color css
<style>
span { border-color: #148409; }
span { border-color: rgb(20,132,9); }
td.TdClassName
{
border-color: #148409;
}
.TagClassName
{
border-color: #148409;
}
</style>