Shades of Green #138C04
Tints of Green #138C04
RGB
CMYK
RGB Variations
Color information
#138C04 (or 0x138C04) is known color: Green. HEX triplet: 13, 8C and 04. RGB value is (19,140,4). Sum of RGB (Red+Green+Blue) = 19+140+4=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 140 (55.08% from 255 or 85.89% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 140 - color contains mainly: green. Hex color #138C04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C04 is #EC73FB. Grayscale: #585858. Windows color (decimal): -15496188 or 298003. OLE color: 298003.
HSL color Cylindrical-coordinate representation of color #138C04: hue angle of 113.38º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138C04 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 4 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.45 |
| HSL | 113.38º | 0.94% | 0.28% | - |
| HSV(B) | 113.38º | 0.97% | 0.55% | - |
| XYZ | 9.67 | 18.9 | 3.25 | - |
| YUV | 88.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 4 | 0.86 | 0 | 0.97 | 0.45 | 113.38 | 0.94 | 0.28 |
| Hex | 13 | 8C | 4 | 56 | 0 | 61 | 2D | 71 | 5E | 1C |
| Octal | 23 | 214 | 4 | 126 | 0 | 141 | 55 | 161 | 136 | 34 |
| Binary | 10011 | 10001100 | 100 | 1010110 | 0 | 1100001 | 101101 | 1110001 | 1011110 | 11100 |
Color Harmonies of #138C04
Complementary color
Monochromatic Colors of #138C04
Black with #138C04
Text Example
Text Example
White with #138C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C04; }
p { color: rgb(19,140,4); }
H1.HeaderClassName
{
color: #138C04;
}
.AnyTagClassName
{
color: #138C04;
}
</style>
background-color css
<style>
a { background-color: #138C04; }
a { background-color: rgb(19,140,4); }
div.DivClassName
{
background-color: #138C04;
}
.BgClassName
{
background-color: #138C04;
}
</style>
border-color css
<style>
span { border-color: #138C04; }
span { border-color: rgb(19,140,4); }
td.TdClassName
{
border-color: #138C04;
}
.TagClassName
{
border-color: #138C04;
}
</style>