Shades of Elf Green #1C9D65
Tints of Elf Green #1C9D65
RGB
CMYK
RGB Variations
Color information
#1C9D65 (or 0x1C9D65) is known color: Elf Green. HEX triplet: 1C, 9D and 65. RGB value is (28,157,101). Sum of RGB (Red+Green+Blue) = 28+157+101=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #1C9D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9D65 is #E3629A. Grayscale: #707070. Windows color (decimal): -14901915 or 6659356. OLE color: 6659356.
HSL color Cylindrical-coordinate representation of color #1C9D65: hue angle of 153.95º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9D65 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 157 | 101 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.38 |
| HSL | 153.95º | 0.7% | 0.36% | - |
| HSV(B) | 153.95º | 0.82% | 0.62% | - |
| XYZ | 14.88 | 25.3 | 16.41 | - |
| YUV | 112.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 157 | 101 | 0.82 | 0 | 0.36 | 0.38 | 153.95 | 0.7 | 0.36 |
| Hex | 1C | 9D | 65 | 52 | 0 | 24 | 26 | 9A | 46 | 24 |
| Octal | 34 | 235 | 145 | 122 | 0 | 44 | 46 | 232 | 106 | 44 |
| Binary | 11100 | 10011101 | 1100101 | 1010010 | 0 | 100100 | 100110 | 10011010 | 1000110 | 100100 |
Color Harmonies of #1C9D65
Complementary color
Monochromatic Colors of #1C9D65
Black with #1C9D65
Text Example
Text Example
White with #1C9D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9D65; }
p { color: rgb(28,157,101); }
H1.HeaderClassName
{
color: #1C9D65;
}
.AnyTagClassName
{
color: #1C9D65;
}
</style>
background-color css
<style>
a { background-color: #1C9D65; }
a { background-color: rgb(28,157,101); }
div.DivClassName
{
background-color: #1C9D65;
}
.BgClassName
{
background-color: #1C9D65;
}
</style>
border-color css
<style>
span { border-color: #1C9D65; }
span { border-color: rgb(28,157,101); }
td.TdClassName
{
border-color: #1C9D65;
}
.TagClassName
{
border-color: #1C9D65;
}
</style>