#1A956F

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

Shades of Elf Green #1A956F

Tints of Elf Green #1A956F

Color information

#1A956F (or 0x1A956F) is unknown color: approx Elf Green. HEX triplet: 1A, 95 and 6F. RGB value is (26,149,111). Sum of RGB (Red+Green+Blue) = 26+149+111=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #1A956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A956F is #E56A90. Grayscale: #6B6B6B. Windows color (decimal): -15035025 or 7312666. OLE color: 7312666.

HSL color Cylindrical-coordinate representation of color #1A956F: hue angle of 161.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A956F is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB26149111-
CMYK0.8300.260.42
HSL161.46º70.29%34.31%-
HSV(B)161.46º82.55%58.43%-
XYZ14.0422.8618.71-
YUV107.89129.7569.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 149 (58.59% from 255) = 52.10%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=9.09%
G=52.10%
B=38.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261491110.8300.260.42161.4670.2934.31
Hex1A956F5301A2Aa14622
Octal322251571230325224110642
Binary110101001010111011111010011011010101010101000011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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