#1FA26E

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

Shades of Elf Green #1FA26E

Tints of Elf Green #1FA26E

Color information

#1FA26E (or 0x1FA26E) is unknown color: approx Elf Green. HEX triplet: 1F, A2 and 6E. RGB value is (31,162,110). Sum of RGB (Red+Green+Blue) = 31+162+110=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA26E is #E05D91. Grayscale: #747474. Windows color (decimal): -14704018 or 7250463. OLE color: 7250463.

HSL color Cylindrical-coordinate representation of color #1FA26E: hue angle of 156.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA26E is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB31162110-
CMYK0.8100.320.36
HSL156.18º67.88%37.84%-
HSV(B)156.18º80.86%63.53%-
XYZ16.327.2619.15-
YUV116.9124.166.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=10.23%
G=53.47%
B=36.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621100.8100.320.36156.1867.8837.84
Hex1FA26E51020249c4426
Octal372421561210404423410446
Binary1111110100010110111010100010100000100100100111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,110); }

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

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

 a { background-color: rgb(31,162,110); }

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

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

 span { border-color: rgb(31,162,110); }

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