#1A8C6D

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

Shades of Elf Green #1A8C6D

Tints of Elf Green #1A8C6D

Color information

#1A8C6D (or 0x1A8C6D) is unknown color: approx Elf Green. HEX triplet: 1A, 8C and 6D. RGB value is (26,140,109). Sum of RGB (Red+Green+Blue) = 26+140+109=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #1A8C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8C6D is #E57392. Grayscale: #666666. Windows color (decimal): -15037331 or 7179290. OLE color: 7179290.

HSL color Cylindrical-coordinate representation of color #1A8C6D: hue angle of 163.68º 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 #1A8C6D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB26140109-
CMYK0.8100.220.45
HSL163.68º68.67%32.55%-
HSV(B)163.68º81.43%54.9%-
XYZ12.5620.0817.68-
YUV102.38131.7373.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=9.45%
G=50.91%
B=39.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261401090.8100.220.45163.6868.6732.55
Hex1A8C6D510162Da44521
Octal322141551210265524410541
Binary110101000110011011011010001010110101101101001001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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