Shades of Green #138A00
Tints of Green #138A00
RGB
CMYK
RGB Variations
Color information
#138A00 (or 0x138A00) is known color: Green. HEX triplet: 13, 8A and 00. RGB value is (19,138,0). Sum of RGB (Red+Green+Blue) = 19+138+0=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 138 (54.30% from 255 or 87.90% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 138 - color contains mainly: green. Hex color #138A00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A00 is #EC75FF. Grayscale: #575757. Windows color (decimal): -15496704 or 35347. OLE color: 35347.
HSL color Cylindrical-coordinate representation of color #138A00: hue angle of 111.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #138A00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.46 |
| HSL | 111.74º | 1% | 0.27% | - |
| HSV(B) | 111.74º | 1% | 0.54% | - |
| XYZ | 9.36 | 18.32 | 3.04 | - |
| YUV | 86.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 0 | 0.86 | 0 | 1 | 0.46 | 111.74 | 1 | 0.27 |
| Hex | 13 | 8A | 0 | 56 | 0 | 64 | 2E | 70 | 64 | 1B |
| Octal | 23 | 212 | 0 | 126 | 0 | 144 | 56 | 160 | 144 | 33 |
| Binary | 10011 | 10001010 | 0 | 1010110 | 0 | 1100100 | 101110 | 1110000 | 1100100 | 11011 |
Color Harmonies of #138A00
Complementary color
Monochromatic Colors of #138A00
Black with #138A00
Text Example
Text Example
White with #138A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A00; }
p { color: rgb(19,138,0); }
H1.HeaderClassName
{
color: #138A00;
}
.AnyTagClassName
{
color: #138A00;
}
</style>
background-color css
<style>
a { background-color: #138A00; }
a { background-color: rgb(19,138,0); }
div.DivClassName
{
background-color: #138A00;
}
.BgClassName
{
background-color: #138A00;
}
</style>
border-color css
<style>
span { border-color: #138A00; }
span { border-color: rgb(19,138,0); }
td.TdClassName
{
border-color: #138A00;
}
.TagClassName
{
border-color: #138A00;
}
</style>