Shades of Green #138903
Tints of Green #138903
RGB
CMYK
RGB Variations
Color information
#138903 (or 0x138903) is known color: Green. HEX triplet: 13, 89 and 03. RGB value is (19,137,3). Sum of RGB (Red+Green+Blue) = 19+137+3=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 137 (53.91% from 255 or 86.16% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 137 - color contains mainly: green. Hex color #138903 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138903 is #EC76FC. Grayscale: #565656. Windows color (decimal): -15496957 or 231699. OLE color: 231699.
HSL color Cylindrical-coordinate representation of color #138903: hue angle of 112.84º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #138903 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 3 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.46 |
| HSL | 112.84º | 0.96% | 0.27% | - |
| HSV(B) | 112.84º | 0.98% | 0.54% | - |
| XYZ | 9.23 | 18.04 | 3.08 | - |
| YUV | 86.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 3 | 0.86 | 0 | 0.98 | 0.46 | 112.84 | 0.96 | 0.27 |
| Hex | 13 | 89 | 3 | 56 | 0 | 62 | 2E | 71 | 60 | 1B |
| Octal | 23 | 211 | 3 | 126 | 0 | 142 | 56 | 161 | 140 | 33 |
| Binary | 10011 | 10001001 | 11 | 1010110 | 0 | 1100010 | 101110 | 1110001 | 1100000 | 11011 |
Color Harmonies of #138903
Complementary color
Monochromatic Colors of #138903
Black with #138903
Text Example
Text Example
White with #138903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138903; }
p { color: rgb(19,137,3); }
H1.HeaderClassName
{
color: #138903;
}
.AnyTagClassName
{
color: #138903;
}
</style>
background-color css
<style>
a { background-color: #138903; }
a { background-color: rgb(19,137,3); }
div.DivClassName
{
background-color: #138903;
}
.BgClassName
{
background-color: #138903;
}
</style>
border-color css
<style>
span { border-color: #138903; }
span { border-color: rgb(19,137,3); }
td.TdClassName
{
border-color: #138903;
}
.TagClassName
{
border-color: #138903;
}
</style>