Shades of Elf Green #1C9866
Tints of Elf Green #1C9866
RGB
CMYK
RGB Variations
Color information
#1C9866 (or 0x1C9866) is known color: Elf Green. HEX triplet: 1C, 98 and 66. RGB value is (28,152,102). Sum of RGB (Red+Green+Blue) = 28+152+102=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9866 is #E36799. Grayscale: #6D6D6D. Windows color (decimal): -14903194 or 6723612. OLE color: 6723612.
HSL color Cylindrical-coordinate representation of color #1C9866: hue angle of 155.81º 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 #1C9866 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 102 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.40 |
| HSL | 155.81º | 0.69% | 0.35% | - |
| HSV(B) | 155.81º | 0.82% | 0.6% | - |
| XYZ | 14.11 | 23.66 | 16.39 | - |
| YUV | 109.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 102 | 0.82 | 0 | 0.33 | 0.40 | 155.81 | 0.69 | 0.35 |
| Hex | 1C | 98 | 66 | 52 | 0 | 21 | 28 | 9C | 45 | 23 |
| Octal | 34 | 230 | 146 | 122 | 0 | 41 | 50 | 234 | 105 | 43 |
| Binary | 11100 | 10011000 | 1100110 | 1010010 | 0 | 100001 | 101000 | 10011100 | 1000101 | 100011 |
Color Harmonies of #1C9866
Complementary color
Monochromatic Colors of #1C9866
Black with #1C9866
Text Example
Text Example
White with #1C9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9866; }
p { color: rgb(28,152,102); }
H1.HeaderClassName
{
color: #1C9866;
}
.AnyTagClassName
{
color: #1C9866;
}
</style>
background-color css
<style>
a { background-color: #1C9866; }
a { background-color: rgb(28,152,102); }
div.DivClassName
{
background-color: #1C9866;
}
.BgClassName
{
background-color: #1C9866;
}
</style>
border-color css
<style>
span { border-color: #1C9866; }
span { border-color: rgb(28,152,102); }
td.TdClassName
{
border-color: #1C9866;
}
.TagClassName
{
border-color: #1C9866;
}
</style>