Shades of Green #138A02
Tints of Green #138A02
RGB
CMYK
RGB Variations
Color information
#138A02 (or 0x138A02) is known color: Green. HEX triplet: 13, 8A and 02. RGB value is (19,138,2). Sum of RGB (Red+Green+Blue) = 19+138+2=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #138A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A02 is #EC75FD. Grayscale: #575757. Windows color (decimal): -15496702 or 166419. OLE color: 166419.
HSL color Cylindrical-coordinate representation of color #138A02: hue angle of 112.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #138A02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.46 |
| HSL | 112.5º | 0.97% | 0.27% | - |
| HSV(B) | 112.5º | 0.99% | 0.54% | - |
| XYZ | 9.37 | 18.32 | 3.1 | - |
| YUV | 86.92 | 80.08 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 2 | 0.86 | 0 | 0.99 | 0.46 | 112.5 | 0.97 | 0.27 |
| Hex | 13 | 8A | 2 | 56 | 0 | 63 | 2E | 70 | 61 | 1B |
| Octal | 23 | 212 | 2 | 126 | 0 | 143 | 56 | 160 | 141 | 33 |
| Binary | 10011 | 10001010 | 10 | 1010110 | 0 | 1100011 | 101110 | 1110000 | 1100001 | 11011 |
Color Harmonies of #138A02
Complementary color
Monochromatic Colors of #138A02
Black with #138A02
Text Example
Text Example
White with #138A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A02; }
p { color: rgb(19,138,2); }
H1.HeaderClassName
{
color: #138A02;
}
.AnyTagClassName
{
color: #138A02;
}
</style>
background-color css
<style>
a { background-color: #138A02; }
a { background-color: rgb(19,138,2); }
div.DivClassName
{
background-color: #138A02;
}
.BgClassName
{
background-color: #138A02;
}
</style>
border-color css
<style>
span { border-color: #138A02; }
span { border-color: rgb(19,138,2); }
td.TdClassName
{
border-color: #138A02;
}
.TagClassName
{
border-color: #138A02;
}
</style>