Shades of Green #138C00
Tints of Green #138C00
RGB
CMYK
RGB Variations
Color information
#138C00 (or 0x138C00) is known color: Green. HEX triplet: 13, 8C and 00. RGB value is (19,140,0). Sum of RGB (Red+Green+Blue) = 19+140+0=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #138C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C00 is #EC73FF. Grayscale: #585858. Windows color (decimal): -15496192 or 35859. OLE color: 35859.
HSL color Cylindrical-coordinate representation of color #138C00: hue angle of 111.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #138C00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.45 |
| HSL | 111.86º | 1% | 0.27% | - |
| HSV(B) | 111.86º | 1% | 0.55% | - |
| XYZ | 9.65 | 18.89 | 3.14 | - |
| YUV | 87.86 | 78.41 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 0 | 0.86 | 0 | 1 | 0.45 | 111.86 | 1 | 0.27 |
| Hex | 13 | 8C | 0 | 56 | 0 | 64 | 2D | 70 | 64 | 1B |
| Octal | 23 | 214 | 0 | 126 | 0 | 144 | 55 | 160 | 144 | 33 |
| Binary | 10011 | 10001100 | 0 | 1010110 | 0 | 1100100 | 101101 | 1110000 | 1100100 | 11011 |
Color Harmonies of #138C00
Complementary color
Monochromatic Colors of #138C00
Black with #138C00
Text Example
Text Example
White with #138C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C00; }
p { color: rgb(19,140,0); }
H1.HeaderClassName
{
color: #138C00;
}
.AnyTagClassName
{
color: #138C00;
}
</style>
background-color css
<style>
a { background-color: #138C00; }
a { background-color: rgb(19,140,0); }
div.DivClassName
{
background-color: #138C00;
}
.BgClassName
{
background-color: #138C00;
}
</style>
border-color css
<style>
span { border-color: #138C00; }
span { border-color: rgb(19,140,0); }
td.TdClassName
{
border-color: #138C00;
}
.TagClassName
{
border-color: #138C00;
}
</style>