#109368

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

Shades of Elf Green #109368

Tints of Elf Green #109368

Color information

#109368 (or 0x109368) is unknown color: approx Elf Green. HEX triplet: 10, 93 and 68. RGB value is (16,147,104). Sum of RGB (Red+Green+Blue) = 16+147+104=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #109368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109368 is #EF6C97. Grayscale: #666666. Windows color (decimal): -15690904 or 6853392. OLE color: 6853392.

HSL color Cylindrical-coordinate representation of color #109368: hue angle of 160.31º 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 #109368 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB16147104-
CMYK0.8900.290.42
HSL160.31º80.37%31.96%-
HSV(B)160.31º89.12%57.65%-
XYZ13.1521.9816.65-
YUV102.93128.666-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 147 (57.81% from 255) = 55.06%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=5.99%
G=55.06%
B=38.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161471040.8900.290.42160.3180.3731.96
Hex1093685901D2Aa05020
Octal202231501310355224012040
Binary100001001001111010001011001011101101010101000001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109368; }

 p { color: rgb(16,147,104); }

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

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

 a { background-color: rgb(16,147,104); }

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

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

 span { border-color: rgb(16,147,104); }

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