#1C926E

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

Shades of Elf Green #1C926E

Tints of Elf Green #1C926E

Color information

#1C926E (or 0x1C926E) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 6E. RGB value is (28,146,110). Sum of RGB (Red+Green+Blue) = 28+146+110=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #1C926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C926E is #E36D91. Grayscale: #6A6A6A. Windows color (decimal): -14904722 or 7246364. OLE color: 7246364.

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

Color convert

RGB28146110-
CMYK0.8100.250.43
HSL161.69º67.82%34.12%-
HSV(B)161.69º80.82%57.25%-
XYZ13.5721.9318.27-
YUV106.61129.9171.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=9.86%
G=51.41%
B=38.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461100.8100.250.43161.6967.8234.12
Hex1C926E510192Ba24422
Octal342221561210315324210442
Binary111001001001011011101010001011001101011101000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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