Shades of Elf Green #1C997B
Tints of Elf Green #1C997B
RGB
CMYK
RGB Variations
Color information
#1C997B (or 0x1C997B) is known color: Elf Green. HEX triplet: 1C, 99 and 7B. RGB value is (28,153,123). Sum of RGB (Red+Green+Blue) = 28+153+123=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #1C997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C997B is #E36684. Grayscale: #707070. Windows color (decimal): -14902917 or 8100124. OLE color: 8100124.
HSL color Cylindrical-coordinate representation of color #1C997B: hue angle of 165.6º 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 #1C997B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 123 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.4 |
| HSL | 165.6º | 0.69% | 0.35% | - |
| HSV(B) | 165.6º | 0.82% | 0.6% | - |
| XYZ | 15.45 | 24.46 | 22.65 | - |
| YUV | 112.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 123 | 0.82 | 0 | 0.20 | 0.4 | 165.6 | 0.69 | 0.35 |
| Hex | 1C | 99 | 7B | 52 | 0 | 14 | 28 | A6 | 45 | 23 |
| Octal | 34 | 231 | 173 | 122 | 0 | 24 | 50 | 246 | 105 | 43 |
| Binary | 11100 | 10011001 | 1111011 | 1010010 | 0 | 10100 | 101000 | 10100110 | 1000101 | 100011 |
Color Harmonies of #1C997B
Complementary color
Monochromatic Colors of #1C997B
Black with #1C997B
Text Example
Text Example
White with #1C997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C997B; }
p { color: rgb(28,153,123); }
H1.HeaderClassName
{
color: #1C997B;
}
.AnyTagClassName
{
color: #1C997B;
}
</style>
background-color css
<style>
a { background-color: #1C997B; }
a { background-color: rgb(28,153,123); }
div.DivClassName
{
background-color: #1C997B;
}
.BgClassName
{
background-color: #1C997B;
}
</style>
border-color css
<style>
span { border-color: #1C997B; }
span { border-color: rgb(28,153,123); }
td.TdClassName
{
border-color: #1C997B;
}
.TagClassName
{
border-color: #1C997B;
}
</style>