Shades of Elf Green #128B5C
Tints of Elf Green #128B5C
RGB
CMYK
RGB Variations
Color information
#128B5C (or 0x128B5C) is known color: Elf Green. HEX triplet: 12, 8B and 5C. RGB value is (18,139,92). Sum of RGB (Red+Green+Blue) = 18+139+92=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #128B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128B5C is #ED74A3. Grayscale: #616161. Windows color (decimal): -15561892 or 6064914. OLE color: 6064914.
HSL color Cylindrical-coordinate representation of color #128B5C: hue angle of 156.69º 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 #128B5C is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 92 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.45 |
| HSL | 156.69º | 0.77% | 0.31% | - |
| HSV(B) | 156.69º | 0.87% | 0.55% | - |
| XYZ | 11.41 | 19.37 | 13.26 | - |
| YUV | 97.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 92 | 0.87 | 0 | 0.34 | 0.45 | 156.69 | 0.77 | 0.31 |
| Hex | 12 | 8B | 5C | 57 | 0 | 22 | 2D | 9D | 4D | 1F |
| Octal | 22 | 213 | 134 | 127 | 0 | 42 | 55 | 235 | 115 | 37 |
| Binary | 10010 | 10001011 | 1011100 | 1010111 | 0 | 100010 | 101101 | 10011101 | 1001101 | 11111 |
Color Harmonies of #128B5C
Complementary color
Monochromatic Colors of #128B5C
Black with #128B5C
Text Example
Text Example
White with #128B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B5C; }
p { color: rgb(18,139,92); }
H1.HeaderClassName
{
color: #128B5C;
}
.AnyTagClassName
{
color: #128B5C;
}
</style>
background-color css
<style>
a { background-color: #128B5C; }
a { background-color: rgb(18,139,92); }
div.DivClassName
{
background-color: #128B5C;
}
.BgClassName
{
background-color: #128B5C;
}
</style>
border-color css
<style>
span { border-color: #128B5C; }
span { border-color: rgb(18,139,92); }
td.TdClassName
{
border-color: #128B5C;
}
.TagClassName
{
border-color: #128B5C;
}
</style>