#1C9266

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

Shades of Elf Green #1C9266

Tints of Elf Green #1C9266

Color information

#1C9266 (or 0x1C9266) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 66. RGB value is (28,146,102). Sum of RGB (Red+Green+Blue) = 28+146+102=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9266 is #E36D99. Grayscale: #696969. Windows color (decimal): -14904730 or 6722076. OLE color: 6722076.

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

Color convert

RGB28146102-
CMYK0.8100.300.43
HSL157.63º67.82%34.12%-
HSV(B)157.63º80.82%57.25%-
XYZ13.1621.7616.08-
YUV105.7125.9172.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 146 (57.42% from 255) = 52.90%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=10.14%
G=52.90%
B=36.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461020.8100.300.43157.6367.8234.12
Hex1C92665101E2B9e4422
Octal342221461210365323610442
Binary111001001001011001101010001011110101011100111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,146,102); }

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

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

 a { background-color: rgb(28,146,102); }

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

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

 span { border-color: rgb(28,146,102); }

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