#10926A

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

Shades of Elf Green #10926A

Tints of Elf Green #10926A

Color information

#10926A (or 0x10926A) is unknown color: approx Elf Green. HEX triplet: 10, 92 and 6A. RGB value is (16,146,106). Sum of RGB (Red+Green+Blue) = 16+146+106=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #10926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10926A is #EF6D95. Grayscale: #666666. Windows color (decimal): -15691158 or 6984208. OLE color: 6984208.

HSL color Cylindrical-coordinate representation of color #10926A: hue angle of 161.54º 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 #10926A is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB16146106-
CMYK0.8900.270.43
HSL161.54º80.25%31.76%-
HSV(B)161.54º89.04%57.25%-
XYZ13.0921.7117.14-
YUV102.57129.9366.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=5.97%
G=54.48%
B=39.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461060.8900.270.43161.5480.2531.76
Hex10926A5901B2Ba25020
Octal202221521310335324212040
Binary100001001001011010101011001011011101011101000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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