Shades of Elf Green #1C997D
Tints of Elf Green #1C997D
RGB
CMYK
RGB Variations
Color information
#1C997D (or 0x1C997D) is known color: Elf Green. HEX triplet: 1C, 99 and 7D. RGB value is (28,153,125). Sum of RGB (Red+Green+Blue) = 28+153+125=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #1C997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C997D is #E36682. Grayscale: #707070. Windows color (decimal): -14902915 or 8231196. OLE color: 8231196.
HSL color Cylindrical-coordinate representation of color #1C997D: hue angle of 166.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C997D is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 125 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.4 |
| HSL | 166.56º | 0.69% | 0.35% | - |
| HSV(B) | 166.56º | 0.82% | 0.6% | - |
| XYZ | 15.57 | 24.51 | 23.31 | - |
| YUV | 112.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 125 | 0.82 | 0 | 0.18 | 0.4 | 166.56 | 0.69 | 0.35 |
| Hex | 1C | 99 | 7D | 52 | 0 | 12 | 28 | A7 | 45 | 23 |
| Octal | 34 | 231 | 175 | 122 | 0 | 22 | 50 | 247 | 105 | 43 |
| Binary | 11100 | 10011001 | 1111101 | 1010010 | 0 | 10010 | 101000 | 10100111 | 1000101 | 100011 |
Color Harmonies of #1C997D
Complementary color
Monochromatic Colors of #1C997D
Black with #1C997D
Text Example
Text Example
White with #1C997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C997D; }
p { color: rgb(28,153,125); }
H1.HeaderClassName
{
color: #1C997D;
}
.AnyTagClassName
{
color: #1C997D;
}
</style>
background-color css
<style>
a { background-color: #1C997D; }
a { background-color: rgb(28,153,125); }
div.DivClassName
{
background-color: #1C997D;
}
.BgClassName
{
background-color: #1C997D;
}
</style>
border-color css
<style>
span { border-color: #1C997D; }
span { border-color: rgb(28,153,125); }
td.TdClassName
{
border-color: #1C997D;
}
.TagClassName
{
border-color: #1C997D;
}
</style>