Shades of Green #138A09
Tints of Green #138A09
RGB
CMYK
RGB Variations
Color information
#138A09 (or 0x138A09) is known color: Green. HEX triplet: 13, 8A and 09. RGB value is (19,138,9). Sum of RGB (Red+Green+Blue) = 19+138+9=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #138A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A09 is #EC75F6. Grayscale: #585858. Windows color (decimal): -15496695 or 625171. OLE color: 625171.
HSL color Cylindrical-coordinate representation of color #138A09: hue angle of 115.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138A09 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 9 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.46 |
| HSL | 115.35º | 0.88% | 0.29% | - |
| HSV(B) | 115.35º | 0.93% | 0.54% | - |
| XYZ | 9.41 | 18.34 | 3.3 | - |
| YUV | 87.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 9 | 0.86 | 0 | 0.93 | 0.46 | 115.35 | 0.88 | 0.29 |
| Hex | 13 | 8A | 9 | 56 | 0 | 5D | 2E | 73 | 58 | 1D |
| Octal | 23 | 212 | 11 | 126 | 0 | 135 | 56 | 163 | 130 | 35 |
| Binary | 10011 | 10001010 | 1001 | 1010110 | 0 | 1011101 | 101110 | 1110011 | 1011000 | 11101 |
Color Harmonies of #138A09
Complementary color
Monochromatic Colors of #138A09
Black with #138A09
Text Example
Text Example
White with #138A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A09; }
p { color: rgb(19,138,9); }
H1.HeaderClassName
{
color: #138A09;
}
.AnyTagClassName
{
color: #138A09;
}
</style>
background-color css
<style>
a { background-color: #138A09; }
a { background-color: rgb(19,138,9); }
div.DivClassName
{
background-color: #138A09;
}
.BgClassName
{
background-color: #138A09;
}
</style>
border-color css
<style>
span { border-color: #138A09; }
span { border-color: rgb(19,138,9); }
td.TdClassName
{
border-color: #138A09;
}
.TagClassName
{
border-color: #138A09;
}
</style>