Shades of Green #138907
Tints of Green #138907
RGB
CMYK
RGB Variations
Color information
#138907 (or 0x138907) is known color: Green. HEX triplet: 13, 89 and 07. RGB value is (19,137,7). Sum of RGB (Red+Green+Blue) = 19+137+7=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 137 (53.91% from 255 or 84.05% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 137 - color contains mainly: green. Hex color #138907 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138907 is #EC76F8. Grayscale: #575757. Windows color (decimal): -15496953 or 493843. OLE color: 493843.
HSL color Cylindrical-coordinate representation of color #138907: hue angle of 114.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #138907 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 7 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.46 |
| HSL | 114.46º | 0.9% | 0.28% | - |
| HSV(B) | 114.46º | 0.95% | 0.54% | - |
| XYZ | 9.25 | 18.05 | 3.2 | - |
| YUV | 86.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 7 | 0.86 | 0 | 0.95 | 0.46 | 114.46 | 0.9 | 0.28 |
| Hex | 13 | 89 | 7 | 56 | 0 | 5F | 2E | 72 | 5A | 1C |
| Octal | 23 | 211 | 7 | 126 | 0 | 137 | 56 | 162 | 132 | 34 |
| Binary | 10011 | 10001001 | 111 | 1010110 | 0 | 1011111 | 101110 | 1110010 | 1011010 | 11100 |
Color Harmonies of #138907
Complementary color
Monochromatic Colors of #138907
Black with #138907
Text Example
Text Example
White with #138907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138907; }
p { color: rgb(19,137,7); }
H1.HeaderClassName
{
color: #138907;
}
.AnyTagClassName
{
color: #138907;
}
</style>
background-color css
<style>
a { background-color: #138907; }
a { background-color: rgb(19,137,7); }
div.DivClassName
{
background-color: #138907;
}
.BgClassName
{
background-color: #138907;
}
</style>
border-color css
<style>
span { border-color: #138907; }
span { border-color: rgb(19,137,7); }
td.TdClassName
{
border-color: #138907;
}
.TagClassName
{
border-color: #138907;
}
</style>