Shades of Green #138908
Tints of Green #138908
RGB
CMYK
RGB Variations
Color information
#138908 (or 0x138908) is known color: Green. HEX triplet: 13, 89 and 08. RGB value is (19,137,8). Sum of RGB (Red+Green+Blue) = 19+137+8=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 137 (53.91% from 255 or 83.54% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 137 - color contains mainly: green. Hex color #138908 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138908 is #EC76F7. Grayscale: #575757. Windows color (decimal): -15496952 or 559379. OLE color: 559379.
HSL color Cylindrical-coordinate representation of color #138908: hue angle of 114.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138908 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 8 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.46 |
| HSL | 114.88º | 0.89% | 0.28% | - |
| HSV(B) | 114.88º | 0.94% | 0.54% | - |
| XYZ | 9.26 | 18.05 | 3.23 | - |
| YUV | 87.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 8 | 0.86 | 0 | 0.94 | 0.46 | 114.88 | 0.89 | 0.28 |
| Hex | 13 | 89 | 8 | 56 | 0 | 5E | 2E | 73 | 59 | 1C |
| Octal | 23 | 211 | 10 | 126 | 0 | 136 | 56 | 163 | 131 | 34 |
| Binary | 10011 | 10001001 | 1000 | 1010110 | 0 | 1011110 | 101110 | 1110011 | 1011001 | 11100 |
Color Harmonies of #138908
Complementary color
Monochromatic Colors of #138908
Black with #138908
Text Example
Text Example
White with #138908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138908; }
p { color: rgb(19,137,8); }
H1.HeaderClassName
{
color: #138908;
}
.AnyTagClassName
{
color: #138908;
}
</style>
background-color css
<style>
a { background-color: #138908; }
a { background-color: rgb(19,137,8); }
div.DivClassName
{
background-color: #138908;
}
.BgClassName
{
background-color: #138908;
}
</style>
border-color css
<style>
span { border-color: #138908; }
span { border-color: rgb(19,137,8); }
td.TdClassName
{
border-color: #138908;
}
.TagClassName
{
border-color: #138908;
}
</style>