#1A9363

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

Shades of Elf Green #1A9363

Tints of Elf Green #1A9363

Color information

#1A9363 (or 0x1A9363) is unknown color: approx Elf Green. HEX triplet: 1A, 93 and 63. RGB value is (26,147,99). Sum of RGB (Red+Green+Blue) = 26+147+99=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9363 is #E56C9C. Grayscale: #696969. Windows color (decimal): -15035549 or 6525722. OLE color: 6525722.

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

Color convert

RGB2614799-
CMYK0.8200.330.42
HSL156.2º69.94%33.92%-
HSV(B)156.2º82.31%57.65%-
XYZ13.1121.9915.36-
YUV105.35124.4171.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=9.56%
G=54.04%
B=36.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147990.8200.330.42156.269.9433.92
Hex1A9363520212A9c4622
Octal322231431220415223410642
Binary1101010010011110001110100100100001101010100111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,147,99); }

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

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

 a { background-color: rgb(26,147,99); }

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

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

 span { border-color: rgb(26,147,99); }

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