Shades of Elf Green #138C60
Tints of Elf Green #138C60
RGB
CMYK
RGB Variations
Color information
#138C60 (or 0x138C60) is known color: Elf Green. HEX triplet: 13, 8C and 60. RGB value is (19,140,96). Sum of RGB (Red+Green+Blue) = 19+140+96=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #138C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C60 is #EC739F. Grayscale: #626262. Windows color (decimal): -15496096 or 6327315. OLE color: 6327315.
HSL color Cylindrical-coordinate representation of color #138C60: hue angle of 158.18º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C60 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 96 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.45 |
| HSL | 158.18º | 0.76% | 0.31% | - |
| HSV(B) | 158.18º | 0.86% | 0.55% | - |
| XYZ | 11.76 | 19.74 | 14.26 | - |
| YUV | 98.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 96 | 0.86 | 0 | 0.31 | 0.45 | 158.18 | 0.76 | 0.31 |
| Hex | 13 | 8C | 60 | 56 | 0 | 1F | 2D | 9E | 4C | 1F |
| Octal | 23 | 214 | 140 | 126 | 0 | 37 | 55 | 236 | 114 | 37 |
| Binary | 10011 | 10001100 | 1100000 | 1010110 | 0 | 11111 | 101101 | 10011110 | 1001100 | 11111 |
Color Harmonies of #138C60
Complementary color
Monochromatic Colors of #138C60
Black with #138C60
Text Example
Text Example
White with #138C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C60; }
p { color: rgb(19,140,96); }
H1.HeaderClassName
{
color: #138C60;
}
.AnyTagClassName
{
color: #138C60;
}
</style>
background-color css
<style>
a { background-color: #138C60; }
a { background-color: rgb(19,140,96); }
div.DivClassName
{
background-color: #138C60;
}
.BgClassName
{
background-color: #138C60;
}
</style>
border-color css
<style>
span { border-color: #138C60; }
span { border-color: rgb(19,140,96); }
td.TdClassName
{
border-color: #138C60;
}
.TagClassName
{
border-color: #138C60;
}
</style>