#1C916F

Color #1C916F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1C916F

Tints of Elf Green #1C916F

Color information

#1C916F (or 0x1C916F) is unknown color: approx Elf Green. HEX triplet: 1C, 91 and 6F. RGB value is (28,145,111). Sum of RGB (Red+Green+Blue) = 28+145+111=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #1C916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C916F is #E36E90. Grayscale: #6A6A6A. Windows color (decimal): -14904977 or 7311644. OLE color: 7311644.

HSL color Cylindrical-coordinate representation of color #1C916F: hue angle of 162.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C916F is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB28145111-
CMYK0.8100.230.43
HSL162.56º67.63%33.92%-
HSV(B)162.56º80.69%56.86%-
XYZ13.4721.6518.51-
YUV106.14130.7472.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=9.86%
G=51.06%
B=39.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281451110.8100.230.43162.5667.6333.92
Hex1C916F510172Ba34422
Octal342211571210275324310442
Binary111001001000111011111010001010111101011101000111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C916F; }

 p { color: rgb(28,145,111); }

 H1.HeaderClassName
 {
   color: #1C916F;
 }
 .AnyTagClassName
 {
   color: #1C916F;
 }
</style>
background-color css

<style>
 a { background-color: #1C916F; }

 a { background-color: rgb(28,145,111); }

 div.DivClassName
 {
   background-color: #1C916F;
 }
 .BgClassName
 {
   background-color: #1C916F;
 }
</style>
border-color css

<style>
 span { border-color: #1C916F; }

 span { border-color: rgb(28,145,111); }

 td.TdClassName
 {
   border-color: #1C916F;
 }
 .TagClassName
 {
   border-color: #1C916F;
 }
</style>