#1A986F

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

Shades of Elf Green #1A986F

Tints of Elf Green #1A986F

Color information

#1A986F (or 0x1A986F) is unknown color: approx Elf Green. HEX triplet: 1A, 98 and 6F. RGB value is (26,152,111). Sum of RGB (Red+Green+Blue) = 26+152+111=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #1A986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A986F is #E56790. Grayscale: #6D6D6D. Windows color (decimal): -15034257 or 7313434. OLE color: 7313434.

HSL color Cylindrical-coordinate representation of color #1A986F: hue angle of 160.48º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A986F is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB26152111-
CMYK0.8300.270.40
HSL160.48º70.79%34.9%-
HSV(B)160.48º82.89%59.61%-
XYZ14.5223.8218.87-
YUV109.65128.7668.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=9.00%
G=52.60%
B=38.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261521110.8300.270.40160.4870.7934.9
Hex1A986F5301B28a04723
Octal322301571230335024010743
Binary110101001100011011111010011011011101000101000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,152,111); }

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

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

 a { background-color: rgb(26,152,111); }

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

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

 span { border-color: rgb(26,152,111); }

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