Shades of Green #138B09
Tints of Green #138B09
RGB
CMYK
RGB Variations
Color information
#138B09 (or 0x138B09) is known color: Green. HEX triplet: 13, 8B and 09. RGB value is (19,139,9). Sum of RGB (Red+Green+Blue) = 19+139+9=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 139 (54.69% from 255 or 83.23% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 139 - color contains mainly: green. Hex color #138B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B09 is #EC74F6. Grayscale: #585858. Windows color (decimal): -15496439 or 625427. OLE color: 625427.
HSL color Cylindrical-coordinate representation of color #138B09: hue angle of 115.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #138B09 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 9 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.45 |
| HSL | 115.38º | 0.88% | 0.29% | - |
| HSV(B) | 115.38º | 0.94% | 0.55% | - |
| XYZ | 9.55 | 18.62 | 3.35 | - |
| YUV | 88.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 9 | 0.86 | 0 | 0.94 | 0.45 | 115.38 | 0.88 | 0.29 |
| Hex | 13 | 8B | 9 | 56 | 0 | 5E | 2D | 73 | 58 | 1D |
| Octal | 23 | 213 | 11 | 126 | 0 | 136 | 55 | 163 | 130 | 35 |
| Binary | 10011 | 10001011 | 1001 | 1010110 | 0 | 1011110 | 101101 | 1110011 | 1011000 | 11101 |
Color Harmonies of #138B09
Complementary color
Monochromatic Colors of #138B09
Black with #138B09
Text Example
Text Example
White with #138B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B09; }
p { color: rgb(19,139,9); }
H1.HeaderClassName
{
color: #138B09;
}
.AnyTagClassName
{
color: #138B09;
}
</style>
background-color css
<style>
a { background-color: #138B09; }
a { background-color: rgb(19,139,9); }
div.DivClassName
{
background-color: #138B09;
}
.BgClassName
{
background-color: #138B09;
}
</style>
border-color css
<style>
span { border-color: #138B09; }
span { border-color: rgb(19,139,9); }
td.TdClassName
{
border-color: #138B09;
}
.TagClassName
{
border-color: #138B09;
}
</style>