Shades of Elf Green #138F5B
Tints of Elf Green #138F5B
RGB
CMYK
RGB Variations
Color information
#138F5B (or 0x138F5B) is known color: Elf Green. HEX triplet: 13, 8F and 5B. RGB value is (19,143,91). Sum of RGB (Red+Green+Blue) = 19+143+91=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #138F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F5B is #EC70A4. Grayscale: #646464. Windows color (decimal): -15495333 or 6000403. OLE color: 6000403.
HSL color Cylindrical-coordinate representation of color #138F5B: hue angle of 154.84º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F5B is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 143 | 91 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.44 |
| HSL | 154.84º | 0.77% | 0.32% | - |
| HSV(B) | 154.84º | 0.87% | 0.56% | - |
| XYZ | 11.98 | 20.54 | 13.23 | - |
| YUV | 100 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 91 | 0.87 | 0 | 0.36 | 0.44 | 154.84 | 0.77 | 0.32 |
| Hex | 13 | 8F | 5B | 57 | 0 | 24 | 2C | 9B | 4D | 20 |
| Octal | 23 | 217 | 133 | 127 | 0 | 44 | 54 | 233 | 115 | 40 |
| Binary | 10011 | 10001111 | 1011011 | 1010111 | 0 | 100100 | 101100 | 10011011 | 1001101 | 100000 |
Color Harmonies of #138F5B
Complementary color
Monochromatic Colors of #138F5B
Black with #138F5B
Text Example
Text Example
White with #138F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138F5B; }
p { color: rgb(19,143,91); }
H1.HeaderClassName
{
color: #138F5B;
}
.AnyTagClassName
{
color: #138F5B;
}
</style>
background-color css
<style>
a { background-color: #138F5B; }
a { background-color: rgb(19,143,91); }
div.DivClassName
{
background-color: #138F5B;
}
.BgClassName
{
background-color: #138F5B;
}
</style>
border-color css
<style>
span { border-color: #138F5B; }
span { border-color: rgb(19,143,91); }
td.TdClassName
{
border-color: #138F5B;
}
.TagClassName
{
border-color: #138F5B;
}
</style>