#10896A

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

Shades of Elf Green #10896A

Tints of Elf Green #10896A

Color information

#10896A (or 0x10896A) is unknown color: approx Elf Green. HEX triplet: 10, 89 and 6A. RGB value is (16,137,106). Sum of RGB (Red+Green+Blue) = 16+137+106=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #10896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10896A is #EF7695. Grayscale: #616161. Windows color (decimal): -15693462 or 6981904. OLE color: 6981904.

HSL color Cylindrical-coordinate representation of color #10896A: hue angle of 164.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10896A is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB16137106-
CMYK0.8800.230.46
HSL164.63º79.08%30%-
HSV(B)164.63º88.32%53.73%-
XYZ11.7619.0416.69-
YUV97.29132.9170.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=6.18%
G=52.90%
B=40.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161371060.8800.230.46164.6379.0830
Hex10896A580172Ea54f1e
Octal202111521300275624511736
Binary10000100010011101010101100001011110111010100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10896A; }

 p { color: rgb(16,137,106); }

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

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

 a { background-color: rgb(16,137,106); }

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

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

 span { border-color: rgb(16,137,106); }

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