Shades of Elf Green #128C5F
Tints of Elf Green #128C5F
RGB
CMYK
RGB Variations
Color information
#128C5F (or 0x128C5F) is known color: Elf Green. HEX triplet: 12, 8C and 5F. RGB value is (18,140,95). Sum of RGB (Red+Green+Blue) = 18+140+95=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #128C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C5F is #ED73A0. Grayscale: #626262. Windows color (decimal): -15561633 or 6261778. OLE color: 6261778.
HSL color Cylindrical-coordinate representation of color #128C5F: hue angle of 157.87º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C5F is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 95 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.45 |
| HSL | 157.87º | 0.77% | 0.31% | - |
| HSV(B) | 157.87º | 0.87% | 0.55% | - |
| XYZ | 11.69 | 19.71 | 14.01 | - |
| YUV | 98.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 95 | 0.87 | 0 | 0.32 | 0.45 | 157.87 | 0.77 | 0.31 |
| Hex | 12 | 8C | 5F | 57 | 0 | 20 | 2D | 9E | 4D | 1F |
| Octal | 22 | 214 | 137 | 127 | 0 | 40 | 55 | 236 | 115 | 37 |
| Binary | 10010 | 10001100 | 1011111 | 1010111 | 0 | 100000 | 101101 | 10011110 | 1001101 | 11111 |
Color Harmonies of #128C5F
Complementary color
Monochromatic Colors of #128C5F
Black with #128C5F
Text Example
Text Example
White with #128C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C5F; }
p { color: rgb(18,140,95); }
H1.HeaderClassName
{
color: #128C5F;
}
.AnyTagClassName
{
color: #128C5F;
}
</style>
background-color css
<style>
a { background-color: #128C5F; }
a { background-color: rgb(18,140,95); }
div.DivClassName
{
background-color: #128C5F;
}
.BgClassName
{
background-color: #128C5F;
}
</style>
border-color css
<style>
span { border-color: #128C5F; }
span { border-color: rgb(18,140,95); }
td.TdClassName
{
border-color: #128C5F;
}
.TagClassName
{
border-color: #128C5F;
}
</style>