#1a8c7a

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

Shades of Elf Green #1A8C7A

Tints of Elf Green #1A8C7A

Color information

#1A8C7A (or 0x1A8C7A) is unknown color: approx Elf Green. HEX triplet: 1A, 8C and 7A. RGB value is (26,140,122). Sum of RGB (Red+Green+Blue) = 26+140+122=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #1A8C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8C7A is #E57385. Grayscale: #676767. Windows color (decimal): -15037318 or 8031258. OLE color: 8031258.

HSL color Cylindrical-coordinate representation of color #1A8C7A: hue angle of 170.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8C7A is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB26140122-
CMYK0.8100.130.45
HSL170.53º68.67%32.55%-
HSV(B)170.53º81.43%54.9%-
XYZ13.3220.3821.64-
YUV103.86138.2372.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.03%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=9.03%
G=48.61%
B=42.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261401220.8100.130.45170.5368.6732.55
Hex1A8C7A510D2Dab4521
Octal322141721210155525310541
Binary11010100011001111010101000101101101101101010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a8c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,140,122); }

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

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

 a { background-color: rgb(26,140,122); }

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

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

 span { border-color: rgb(26,140,122); }

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