Shades of Elf Green #1C9A65
Tints of Elf Green #1C9A65
RGB
CMYK
RGB Variations
Color information
#1C9A65 (or 0x1C9A65) is known color: Elf Green. HEX triplet: 1C, 9A and 65. RGB value is (28,154,101). Sum of RGB (Red+Green+Blue) = 28+154+101=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #1C9A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9A65 is #E3659A. Grayscale: #6E6E6E. Windows color (decimal): -14902683 or 6658588. OLE color: 6658588.
HSL color Cylindrical-coordinate representation of color #1C9A65: hue angle of 154.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9A65 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 154 | 101 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.40 |
| HSL | 154.76º | 0.69% | 0.36% | - |
| HSV(B) | 154.76º | 0.82% | 0.6% | - |
| XYZ | 14.38 | 24.3 | 16.24 | - |
| YUV | 110.28 | 122.76 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 154 | 101 | 0.82 | 0 | 0.34 | 0.40 | 154.76 | 0.69 | 0.36 |
| Hex | 1C | 9A | 65 | 52 | 0 | 22 | 28 | 9B | 45 | 24 |
| Octal | 34 | 232 | 145 | 122 | 0 | 42 | 50 | 233 | 105 | 44 |
| Binary | 11100 | 10011010 | 1100101 | 1010010 | 0 | 100010 | 101000 | 10011011 | 1000101 | 100100 |
Color Harmonies of #1C9A65
Complementary color
Monochromatic Colors of #1C9A65
Black with #1C9A65
Text Example
Text Example
White with #1C9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9A65; }
p { color: rgb(28,154,101); }
H1.HeaderClassName
{
color: #1C9A65;
}
.AnyTagClassName
{
color: #1C9A65;
}
</style>
background-color css
<style>
a { background-color: #1C9A65; }
a { background-color: rgb(28,154,101); }
div.DivClassName
{
background-color: #1C9A65;
}
.BgClassName
{
background-color: #1C9A65;
}
</style>
border-color css
<style>
span { border-color: #1C9A65; }
span { border-color: rgb(28,154,101); }
td.TdClassName
{
border-color: #1C9A65;
}
.TagClassName
{
border-color: #1C9A65;
}
</style>