Shades of Elf Green #1C9865
Tints of Elf Green #1C9865
RGB
CMYK
RGB Variations
Color information
#1C9865 (or 0x1C9865) is known color: Elf Green. HEX triplet: 1C, 98 and 65. RGB value is (28,152,101). Sum of RGB (Red+Green+Blue) = 28+152+101=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9865 is #E3679A. Grayscale: #6D6D6D. Windows color (decimal): -14903195 or 6658076. OLE color: 6658076.
HSL color Cylindrical-coordinate representation of color #1C9865: hue angle of 155.32º 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 #1C9865 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 152 | 101 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.40 |
| HSL | 155.32º | 0.69% | 0.35% | - |
| HSV(B) | 155.32º | 0.82% | 0.6% | - |
| XYZ | 14.06 | 23.64 | 16.13 | - |
| YUV | 109.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 101 | 0.82 | 0 | 0.34 | 0.40 | 155.32 | 0.69 | 0.35 |
| Hex | 1C | 98 | 65 | 52 | 0 | 22 | 28 | 9B | 45 | 23 |
| Octal | 34 | 230 | 145 | 122 | 0 | 42 | 50 | 233 | 105 | 43 |
| Binary | 11100 | 10011000 | 1100101 | 1010010 | 0 | 100010 | 101000 | 10011011 | 1000101 | 100011 |
Color Harmonies of #1C9865
Complementary color
Monochromatic Colors of #1C9865
Black with #1C9865
Text Example
Text Example
White with #1C9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9865; }
p { color: rgb(28,152,101); }
H1.HeaderClassName
{
color: #1C9865;
}
.AnyTagClassName
{
color: #1C9865;
}
</style>
background-color css
<style>
a { background-color: #1C9865; }
a { background-color: rgb(28,152,101); }
div.DivClassName
{
background-color: #1C9865;
}
.BgClassName
{
background-color: #1C9865;
}
</style>
border-color css
<style>
span { border-color: #1C9865; }
span { border-color: rgb(28,152,101); }
td.TdClassName
{
border-color: #1C9865;
}
.TagClassName
{
border-color: #1C9865;
}
</style>