#1A826E

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

Shades of Elf Green #1A826E

Tints of Elf Green #1A826E

Color information

#1A826E (or 0x1A826E) is unknown color: approx Elf Green. HEX triplet: 1A, 82 and 6E. RGB value is (26,130,110). Sum of RGB (Red+Green+Blue) = 26+130+110=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #1A826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A826E is #E57D91. Grayscale: #606060. Windows color (decimal): -15039890 or 7242266. OLE color: 7242266.

HSL color Cylindrical-coordinate representation of color #1A826E: hue angle of 168.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A826E is Cyan = 0.8, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB26130110-
CMYK0.800.150.49
HSL168.46º66.67%30.59%-
HSV(B)168.46º80%50.98%-
XYZ11.2217.3117.5-
YUV96.62135.5477.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=9.77%
G=48.87%
B=41.35%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301100.800.150.49168.4666.6730.59
Hex1A826E500F31a8431f
Octal322021561200176125010337
Binary1101010000010110111010100000111111000110101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,110); }

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

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

 a { background-color: rgb(26,130,110); }

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

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

 span { border-color: rgb(26,130,110); }

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