Shades of Elf Green #1C905F
Tints of Elf Green #1C905F
RGB
CMYK
RGB Variations
Color information
#1C905F (or 0x1C905F) is known color: Elf Green. HEX triplet: 1C, 90 and 5F. RGB value is (28,144,95). Sum of RGB (Red+Green+Blue) = 28+144+95=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #1C905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C905F is #E36FA0. Grayscale: #676767. Windows color (decimal): -14905249 or 6262812. OLE color: 6262812.
HSL color Cylindrical-coordinate representation of color #1C905F: hue angle of 154.66º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C905F is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 144 | 95 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.44 |
| HSL | 154.66º | 0.67% | 0.34% | - |
| HSV(B) | 154.66º | 0.81% | 0.56% | - |
| XYZ | 12.52 | 21.02 | 14.22 | - |
| YUV | 103.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 95 | 0.81 | 0 | 0.34 | 0.44 | 154.66 | 0.67 | 0.34 |
| Hex | 1C | 90 | 5F | 51 | 0 | 22 | 2C | 9B | 43 | 22 |
| Octal | 34 | 220 | 137 | 121 | 0 | 42 | 54 | 233 | 103 | 42 |
| Binary | 11100 | 10010000 | 1011111 | 1010001 | 0 | 100010 | 101100 | 10011011 | 1000011 | 100010 |
Color Harmonies of #1C905F
Complementary color
Monochromatic Colors of #1C905F
Black with #1C905F
Text Example
Text Example
White with #1C905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C905F; }
p { color: rgb(28,144,95); }
H1.HeaderClassName
{
color: #1C905F;
}
.AnyTagClassName
{
color: #1C905F;
}
</style>
background-color css
<style>
a { background-color: #1C905F; }
a { background-color: rgb(28,144,95); }
div.DivClassName
{
background-color: #1C905F;
}
.BgClassName
{
background-color: #1C905F;
}
</style>
border-color css
<style>
span { border-color: #1C905F; }
span { border-color: rgb(28,144,95); }
td.TdClassName
{
border-color: #1C905F;
}
.TagClassName
{
border-color: #1C905F;
}
</style>