#1A907C

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

Shades of Elf Green #1A907C

Tints of Elf Green #1A907C

Color information

#1A907C (or 0x1A907C) is unknown color: approx Elf Green. HEX triplet: 1A, 90 and 7C. RGB value is (26,144,124). Sum of RGB (Red+Green+Blue) = 26+144+124=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #1A907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A907C is #E56F83. Grayscale: #6A6A6A. Windows color (decimal): -15036292 or 8163354. OLE color: 8163354.

HSL color Cylindrical-coordinate representation of color #1A907C: hue angle of 169.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A907C is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB26144124-
CMYK0.8200.140.44
HSL169.83º69.41%33.33%-
HSV(B)169.83º81.94%56.47%-
XYZ14.0421.6222.5-
YUV106.44137.9170.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.84%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=8.84%
G=48.98%
B=42.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261441240.8200.140.44169.8369.4133.33
Hex1A907C520E2Caa4521
Octal322201741220165425210541
Binary11010100100001111100101001001110101100101010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,144,124); }

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

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

 a { background-color: rgb(26,144,124); }

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

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

 span { border-color: rgb(26,144,124); }

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