Shades of Elf Green #1C977A
Tints of Elf Green #1C977A
RGB
CMYK
RGB Variations
Color information
#1C977A (or 0x1C977A) is known color: Elf Green. HEX triplet: 1C, 97 and 7A. RGB value is (28,151,122). Sum of RGB (Red+Green+Blue) = 28+151+122=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #1C977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C977A is #E36885. Grayscale: #6E6E6E. Windows color (decimal): -14903430 or 8034076. OLE color: 8034076.
HSL color Cylindrical-coordinate representation of color #1C977A: hue angle of 165.85º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C977A is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 151 | 122 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.41 |
| HSL | 165.85º | 0.69% | 0.35% | - |
| HSV(B) | 165.85º | 0.81% | 0.59% | - |
| XYZ | 15.06 | 23.79 | 22.21 | - |
| YUV | 110.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 122 | 0.81 | 0 | 0.19 | 0.41 | 165.85 | 0.69 | 0.35 |
| Hex | 1C | 97 | 7A | 51 | 0 | 13 | 29 | A6 | 45 | 23 |
| Octal | 34 | 227 | 172 | 121 | 0 | 23 | 51 | 246 | 105 | 43 |
| Binary | 11100 | 10010111 | 1111010 | 1010001 | 0 | 10011 | 101001 | 10100110 | 1000101 | 100011 |
Color Harmonies of #1C977A
Complementary color
Monochromatic Colors of #1C977A
Black with #1C977A
Text Example
Text Example
White with #1C977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C977A; }
p { color: rgb(28,151,122); }
H1.HeaderClassName
{
color: #1C977A;
}
.AnyTagClassName
{
color: #1C977A;
}
</style>
background-color css
<style>
a { background-color: #1C977A; }
a { background-color: rgb(28,151,122); }
div.DivClassName
{
background-color: #1C977A;
}
.BgClassName
{
background-color: #1C977A;
}
</style>
border-color css
<style>
span { border-color: #1C977A; }
span { border-color: rgb(28,151,122); }
td.TdClassName
{
border-color: #1C977A;
}
.TagClassName
{
border-color: #1C977A;
}
</style>