Shades of Elf Green #1C9979
Tints of Elf Green #1C9979
RGB
CMYK
RGB Variations
Color information
#1C9979 (or 0x1C9979) is known color: Elf Green. HEX triplet: 1C, 99 and 79. RGB value is (28,153,121). Sum of RGB (Red+Green+Blue) = 28+153+121=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9979 is #E36686. Grayscale: #6F6F6F. Windows color (decimal): -14902919 or 7969052. OLE color: 7969052.
HSL color Cylindrical-coordinate representation of color #1C9979: hue angle of 164.64º 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 #1C9979 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 121 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.4 |
| HSL | 164.64º | 0.69% | 0.35% | - |
| HSV(B) | 164.64º | 0.82% | 0.6% | - |
| XYZ | 15.32 | 24.41 | 21.99 | - |
| YUV | 111.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 121 | 0.82 | 0 | 0.21 | 0.4 | 164.64 | 0.69 | 0.35 |
| Hex | 1C | 99 | 79 | 52 | 0 | 15 | 28 | A5 | 45 | 23 |
| Octal | 34 | 231 | 171 | 122 | 0 | 25 | 50 | 245 | 105 | 43 |
| Binary | 11100 | 10011001 | 1111001 | 1010010 | 0 | 10101 | 101000 | 10100101 | 1000101 | 100011 |
Color Harmonies of #1C9979
Complementary color
Monochromatic Colors of #1C9979
Black with #1C9979
Text Example
Text Example
White with #1C9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9979; }
p { color: rgb(28,153,121); }
H1.HeaderClassName
{
color: #1C9979;
}
.AnyTagClassName
{
color: #1C9979;
}
</style>
background-color css
<style>
a { background-color: #1C9979; }
a { background-color: rgb(28,153,121); }
div.DivClassName
{
background-color: #1C9979;
}
.BgClassName
{
background-color: #1C9979;
}
</style>
border-color css
<style>
span { border-color: #1C9979; }
span { border-color: rgb(28,153,121); }
td.TdClassName
{
border-color: #1C9979;
}
.TagClassName
{
border-color: #1C9979;
}
</style>