#109265

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

Shades of Elf Green #109265

Tints of Elf Green #109265

Color information

#109265 (or 0x109265) is unknown color: approx Elf Green. HEX triplet: 10, 92 and 65. RGB value is (16,146,101). Sum of RGB (Red+Green+Blue) = 16+146+101=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #109265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109265 is #EF6D9A. Grayscale: #666666. Windows color (decimal): -15691163 or 6656528. OLE color: 6656528.

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

Color convert

RGB16146101-
CMYK0.8900.310.43
HSL159.23º80.25%31.76%-
HSV(B)159.23º89.04%57.25%-
XYZ12.8421.6115.81-
YUV102127.4366.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=6.08%
G=55.51%
B=38.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461010.8900.310.43159.2380.2531.76
Hex1092655901F2B9f5020
Octal202221451310375323712040
Binary100001001001011001011011001011111101011100111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109265; }

 p { color: rgb(16,146,101); }

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

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

 a { background-color: rgb(16,146,101); }

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

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

 span { border-color: rgb(16,146,101); }

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