Shades of Elf Green #128773
Tints of Elf Green #128773
RGB
CMYK
RGB Variations
Color information
#128773 (or 0x128773) is known color: Elf Green. HEX triplet: 12, 87 and 73. RGB value is (18,135,115). Sum of RGB (Red+Green+Blue) = 18+135+115=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #128773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128773 is #ED788C. Grayscale: #616161. Windows color (decimal): -15562893 or 7571218. OLE color: 7571218.
HSL color Cylindrical-coordinate representation of color #128773: hue angle of 169.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128773 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 115 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.47 |
| HSL | 169.74º | 0.76% | 0.3% | - |
| HSV(B) | 169.74º | 0.87% | 0.53% | - |
| XYZ | 12.01 | 18.69 | 19.2 | - |
| YUV | 97.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 115 | 0.87 | 0 | 0.15 | 0.47 | 169.74 | 0.76 | 0.3 |
| Hex | 12 | 87 | 73 | 57 | 0 | F | 2F | AA | 4C | 1E |
| Octal | 22 | 207 | 163 | 127 | 0 | 17 | 57 | 252 | 114 | 36 |
| Binary | 10010 | 10000111 | 1110011 | 1010111 | 0 | 1111 | 101111 | 10101010 | 1001100 | 11110 |
Color Harmonies of #128773
Complementary color
Monochromatic Colors of #128773
Black with #128773
Text Example
Text Example
White with #128773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128773; }
p { color: rgb(18,135,115); }
H1.HeaderClassName
{
color: #128773;
}
.AnyTagClassName
{
color: #128773;
}
</style>
background-color css
<style>
a { background-color: #128773; }
a { background-color: rgb(18,135,115); }
div.DivClassName
{
background-color: #128773;
}
.BgClassName
{
background-color: #128773;
}
</style>
border-color css
<style>
span { border-color: #128773; }
span { border-color: rgb(18,135,115); }
td.TdClassName
{
border-color: #128773;
}
.TagClassName
{
border-color: #128773;
}
</style>