#1A8A75

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

Shades of Elf Green #1A8A75

Tints of Elf Green #1A8A75

Color information

#1A8A75 (or 0x1A8A75) is unknown color: approx Elf Green. HEX triplet: 1A, 8A and 75. RGB value is (26,138,117). Sum of RGB (Red+Green+Blue) = 26+138+117=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A75 is #E5758A. Grayscale: #666666. Windows color (decimal): -15037835 or 7703066. OLE color: 7703066.

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

Color convert

RGB26138117-
CMYK0.8100.150.46
HSL168.75º68.29%32.16%-
HSV(B)168.75º81.16%54.12%-
XYZ12.7319.6819.96-
YUV102.12136.3973.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=9.25%
G=49.11%
B=41.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261381170.8100.150.46168.7568.2932.16
Hex1A8A75510F2Ea94420
Octal322121651210175625110440
Binary11010100010101110101101000101111101110101010011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,117); }

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

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

 a { background-color: rgb(26,138,117); }

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

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

 span { border-color: rgb(26,138,117); }

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