Shades of Green #138009
Tints of Green #138009
RGB
CMYK
RGB Variations
Color information
#138009 (or 0x138009) is known color: Green. HEX triplet: 13, 80 and 09. RGB value is (19,128,9). Sum of RGB (Red+Green+Blue) = 19+128+9=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 128 (50.39% from 255 or 82.05% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 128 - color contains mainly: green. Hex color #138009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138009 is #EC7FF6. Grayscale: #525252. Windows color (decimal): -15499255 or 622611. OLE color: 622611.
HSL color Cylindrical-coordinate representation of color #138009: hue angle of 114.96º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138009 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 9 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.50 |
| HSL | 114.96º | 0.87% | 0.27% | - |
| HSV(B) | 114.96º | 0.93% | 0.5% | - |
| XYZ | 8.04 | 15.6 | 2.85 | - |
| YUV | 81.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 9 | 0.85 | 0 | 0.93 | 0.50 | 114.96 | 0.87 | 0.27 |
| Hex | 13 | 80 | 9 | 55 | 0 | 5D | 32 | 73 | 57 | 1B |
| Octal | 23 | 200 | 11 | 125 | 0 | 135 | 62 | 163 | 127 | 33 |
| Binary | 10011 | 10000000 | 1001 | 1010101 | 0 | 1011101 | 110010 | 1110011 | 1010111 | 11011 |
Color Harmonies of #138009
Complementary color
Monochromatic Colors of #138009
Black with #138009
Text Example
Text Example
White with #138009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138009; }
p { color: rgb(19,128,9); }
H1.HeaderClassName
{
color: #138009;
}
.AnyTagClassName
{
color: #138009;
}
</style>
background-color css
<style>
a { background-color: #138009; }
a { background-color: rgb(19,128,9); }
div.DivClassName
{
background-color: #138009;
}
.BgClassName
{
background-color: #138009;
}
</style>
border-color css
<style>
span { border-color: #138009; }
span { border-color: rgb(19,128,9); }
td.TdClassName
{
border-color: #138009;
}
.TagClassName
{
border-color: #138009;
}
</style>