Shades of Elf Green #1C9B71
Tints of Elf Green #1C9B71
RGB
CMYK
RGB Variations
Color information
#1C9B71 (or 0x1C9B71) is known color: Elf Green. HEX triplet: 1C, 9B and 71. RGB value is (28,155,113). Sum of RGB (Red+Green+Blue) = 28+155+113=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B71 is #E3648E. Grayscale: #707070. Windows color (decimal): -14902415 or 7445276. OLE color: 7445276.
HSL color Cylindrical-coordinate representation of color #1C9B71: hue angle of 160.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B71 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 155 | 113 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.39 |
| HSL | 160.16º | 0.69% | 0.36% | - |
| HSV(B) | 160.16º | 0.82% | 0.61% | - |
| XYZ | 15.18 | 24.88 | 19.63 | - |
| YUV | 112.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 113 | 0.82 | 0 | 0.27 | 0.39 | 160.16 | 0.69 | 0.36 |
| Hex | 1C | 9B | 71 | 52 | 0 | 1B | 27 | A0 | 45 | 24 |
| Octal | 34 | 233 | 161 | 122 | 0 | 33 | 47 | 240 | 105 | 44 |
| Binary | 11100 | 10011011 | 1110001 | 1010010 | 0 | 11011 | 100111 | 10100000 | 1000101 | 100100 |
Color Harmonies of #1C9B71
Complementary color
Monochromatic Colors of #1C9B71
Black with #1C9B71
Text Example
Text Example
White with #1C9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9B71; }
p { color: rgb(28,155,113); }
H1.HeaderClassName
{
color: #1C9B71;
}
.AnyTagClassName
{
color: #1C9B71;
}
</style>
background-color css
<style>
a { background-color: #1C9B71; }
a { background-color: rgb(28,155,113); }
div.DivClassName
{
background-color: #1C9B71;
}
.BgClassName
{
background-color: #1C9B71;
}
</style>
border-color css
<style>
span { border-color: #1C9B71; }
span { border-color: rgb(28,155,113); }
td.TdClassName
{
border-color: #1C9B71;
}
.TagClassName
{
border-color: #1C9B71;
}
</style>