#10905D

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

Shades of Elf Green #10905D

Tints of Elf Green #10905D

Color information

#10905D (or 0x10905D) is unknown color: approx Elf Green. HEX triplet: 10, 90 and 5D. RGB value is (16,144,93). Sum of RGB (Red+Green+Blue) = 16+144+93=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #10905D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10905D is #EF6FA2. Grayscale: #636363. Windows color (decimal): -15691683 or 6131728. OLE color: 6131728.

HSL color Cylindrical-coordinate representation of color #10905D: hue angle of 156.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10905D is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1614493-
CMYK0.8900.350.44
HSL156.09º80%31.37%-
HSV(B)156.09º88.89%56.47%-
XYZ12.1620.8513.74-
YUV99.91124.0968.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=6.32%
G=56.92%
B=36.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16144930.8900.350.44156.098031.37
Hex10905D590232C9c501f
Octal202201351310435423412037
Binary100001001000010111011011001010001110110010011100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10905D; }

 p { color: rgb(16,144,93); }

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

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

 a { background-color: rgb(16,144,93); }

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

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

 span { border-color: rgb(16,144,93); }

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