Shades of Green #138C05
Tints of Green #138C05
RGB
CMYK
RGB Variations
Color information
#138C05 (or 0x138C05) is known color: Green. HEX triplet: 13, 8C and 05. RGB value is (19,140,5). Sum of RGB (Red+Green+Blue) = 19+140+5=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 140 (55.08% from 255 or 85.37% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 140 - color contains mainly: green. Hex color #138C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C05 is #EC73FA. Grayscale: #585858. Windows color (decimal): -15496187 or 363539. OLE color: 363539.
HSL color Cylindrical-coordinate representation of color #138C05: hue angle of 113.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #138C05 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 5 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.45 |
| HSL | 113.78º | 0.93% | 0.28% | - |
| HSV(B) | 113.78º | 0.96% | 0.55% | - |
| XYZ | 9.67 | 18.91 | 3.28 | - |
| YUV | 88.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 5 | 0.86 | 0 | 0.96 | 0.45 | 113.78 | 0.93 | 0.28 |
| Hex | 13 | 8C | 5 | 56 | 0 | 60 | 2D | 72 | 5D | 1C |
| Octal | 23 | 214 | 5 | 126 | 0 | 140 | 55 | 162 | 135 | 34 |
| Binary | 10011 | 10001100 | 101 | 1010110 | 0 | 1100000 | 101101 | 1110010 | 1011101 | 11100 |
Color Harmonies of #138C05
Complementary color
Monochromatic Colors of #138C05
Black with #138C05
Text Example
Text Example
White with #138C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C05; }
p { color: rgb(19,140,5); }
H1.HeaderClassName
{
color: #138C05;
}
.AnyTagClassName
{
color: #138C05;
}
</style>
background-color css
<style>
a { background-color: #138C05; }
a { background-color: rgb(19,140,5); }
div.DivClassName
{
background-color: #138C05;
}
.BgClassName
{
background-color: #138C05;
}
</style>
border-color css
<style>
span { border-color: #138C05; }
span { border-color: rgb(19,140,5); }
td.TdClassName
{
border-color: #138C05;
}
.TagClassName
{
border-color: #138C05;
}
</style>