Shades of Elf Green #138C5C
Tints of Elf Green #138C5C
RGB
CMYK
RGB Variations
Color information
#138C5C (or 0x138C5C) is known color: Elf Green. HEX triplet: 13, 8C and 5C. RGB value is (19,140,92). Sum of RGB (Red+Green+Blue) = 19+140+92=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #138C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C5C is #EC73A3. Grayscale: #626262. Windows color (decimal): -15496100 or 6065171. OLE color: 6065171.
HSL color Cylindrical-coordinate representation of color #138C5C: hue angle of 156.2º 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 #138C5C is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 92 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.45 |
| HSL | 156.2º | 0.76% | 0.31% | - |
| HSV(B) | 156.2º | 0.86% | 0.55% | - |
| XYZ | 11.58 | 19.67 | 13.31 | - |
| YUV | 98.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 92 | 0.86 | 0 | 0.34 | 0.45 | 156.2 | 0.76 | 0.31 |
| Hex | 13 | 8C | 5C | 56 | 0 | 22 | 2D | 9C | 4C | 1F |
| Octal | 23 | 214 | 134 | 126 | 0 | 42 | 55 | 234 | 114 | 37 |
| Binary | 10011 | 10001100 | 1011100 | 1010110 | 0 | 100010 | 101101 | 10011100 | 1001100 | 11111 |
Color Harmonies of #138C5C
Complementary color
Monochromatic Colors of #138C5C
Black with #138C5C
Text Example
Text Example
White with #138C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C5C; }
p { color: rgb(19,140,92); }
H1.HeaderClassName
{
color: #138C5C;
}
.AnyTagClassName
{
color: #138C5C;
}
</style>
background-color css
<style>
a { background-color: #138C5C; }
a { background-color: rgb(19,140,92); }
div.DivClassName
{
background-color: #138C5C;
}
.BgClassName
{
background-color: #138C5C;
}
</style>
border-color css
<style>
span { border-color: #138C5C; }
span { border-color: rgb(19,140,92); }
td.TdClassName
{
border-color: #138C5C;
}
.TagClassName
{
border-color: #138C5C;
}
</style>