#109471

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

Shades of Elf Green #109471

Tints of Elf Green #109471

Color information

#109471 (or 0x109471) is unknown color: approx Elf Green. HEX triplet: 10, 94 and 71. RGB value is (16,148,113). Sum of RGB (Red+Green+Blue) = 16+148+113=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #109471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109471 is #EF6B8E. Grayscale: #686868. Windows color (decimal): -15690639 or 7443472. OLE color: 7443472.

HSL color Cylindrical-coordinate representation of color #109471: hue angle of 164.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109471 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB16148113-
CMYK0.8900.240.42
HSL164.09º80.49%32.16%-
HSV(B)164.09º89.19%58.04%-
XYZ13.7822.4819.24-
YUV104.54132.7764.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=5.78%
G=53.43%
B=40.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161481130.8900.240.42164.0980.4932.16
Hex109471590182Aa45020
Octal202241611310305224412040
Binary100001001010011100011011001011000101010101001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109471; }

 p { color: rgb(16,148,113); }

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

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

 a { background-color: rgb(16,148,113); }

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

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

 span { border-color: rgb(16,148,113); }

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