#1A9763

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

Shades of Elf Green #1A9763

Tints of Elf Green #1A9763

Color information

#1A9763 (or 0x1A9763) is unknown color: approx Elf Green. HEX triplet: 1A, 97 and 63. RGB value is (26,151,99). Sum of RGB (Red+Green+Blue) = 26+151+99=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #1A9763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9763 is #E5689C. Grayscale: #6B6B6B. Windows color (decimal): -15034525 or 6526746. OLE color: 6526746.

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

Color convert

RGB2615199-
CMYK0.8300.340.41
HSL155.04º70.62%34.71%-
HSV(B)155.04º82.78%59.22%-
XYZ13.7423.2515.57-
YUV107.7123.0969.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.42%
GREEN value IS 151 (59.38% from 255) = 54.71%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=9.42%
G=54.71%
B=35.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26151990.8300.340.41155.0470.6234.71
Hex1A976353022299b4723
Octal322271431230425123310743
Binary1101010010111110001110100110100010101001100110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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