#1FA26F

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

Shades of Elf Green #1FA26F

Tints of Elf Green #1FA26F

Color information

#1FA26F (or 0x1FA26F) is unknown color: approx Elf Green. HEX triplet: 1F, A2 and 6F. RGB value is (31,162,111). Sum of RGB (Red+Green+Blue) = 31+162+111=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA26F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA26F is #E05D90. Grayscale: #757575. Windows color (decimal): -14704017 or 7315999. OLE color: 7315999.

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

Color convert

RGB31162111-
CMYK0.8100.310.36
HSL156.64º67.88%37.84%-
HSV(B)156.64º80.86%63.53%-
XYZ16.3527.2819.44-
YUV117.02124.666.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=10.20%
G=53.29%
B=36.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621110.8100.310.36156.6467.8837.84
Hex1FA26F5101F249d4426
Octal372421571210374423510446
Binary111111010001011011111010001011111100100100111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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