#1A8468

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

Shades of Elf Green #1A8468

Tints of Elf Green #1A8468

Color information

#1A8468 (or 0x1A8468) is unknown color: approx Elf Green. HEX triplet: 1A, 84 and 68. RGB value is (26,132,104). Sum of RGB (Red+Green+Blue) = 26+132+104=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8468 is #E57B97. Grayscale: #616161. Windows color (decimal): -15039384 or 6849562. OLE color: 6849562.

HSL color Cylindrical-coordinate representation of color #1A8468: hue angle of 164.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8468 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB26132104-
CMYK0.8000.210.48
HSL164.15º67.09%30.98%-
HSV(B)164.15º80.3%51.76%-
XYZ11.1817.7215.93-
YUV97.11131.8877.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=9.92%
G=50.38%
B=39.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261321040.8000.210.48164.1567.0930.98
Hex1A84685001530a4431f
Octal322041501200256024410337
Binary11010100001001101000101000001010111000010100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,104); }

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

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

 a { background-color: rgb(26,132,104); }

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

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

 span { border-color: rgb(26,132,104); }

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