#1C9164

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

Shades of Elf Green #1C9164

Tints of Elf Green #1C9164

Color information

#1C9164 (or 0x1C9164) is unknown color: approx Elf Green. HEX triplet: 1C, 91 and 64. RGB value is (28,145,100). Sum of RGB (Red+Green+Blue) = 28+145+100=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9164 is #E36E9B. Grayscale: #686868. Windows color (decimal): -14904988 or 6590748. OLE color: 6590748.

HSL color Cylindrical-coordinate representation of color #1C9164: hue angle of 156.92º 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 #1C9164 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB28145100-
CMYK0.8100.310.43
HSL156.92º67.63%33.92%-
HSV(B)156.92º80.69%56.86%-
XYZ12.921.4215.51-
YUV104.89125.2473.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 145 (57.03% from 255) = 53.11%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=10.26%
G=53.11%
B=36.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281451000.8100.310.43156.9267.6333.92
Hex1C91645101F2B9d4422
Octal342211441210375323510442
Binary111001001000111001001010001011111101011100111011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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