#118974

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

Shades of Elf Green #118974

Tints of Elf Green #118974

Color information

#118974 (or 0x118974) is unknown color: approx Elf Green. HEX triplet: 11, 89 and 74. RGB value is (17,137,116). Sum of RGB (Red+Green+Blue) = 17+137+116=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #118974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118974 is #EE768B. Grayscale: #626262. Windows color (decimal): -15627916 or 7637265. OLE color: 7637265.

HSL color Cylindrical-coordinate representation of color #118974: hue angle of 169.5º degrees, saturation: 0.78, 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 #118974 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB17137116-
CMYK0.8800.150.46
HSL169.5º77.92%30.2%-
HSV(B)169.5º87.59%53.73%-
XYZ12.3319.2719.59-
YUV98.73137.7469.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=6.30%
G=50.74%
B=42.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171371160.8800.150.46169.577.9230.2
Hex118974580F2Eaa4e1e
Octal212111641300175625211636
Binary1000110001001111010010110000111110111010101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118974; }

 p { color: rgb(17,137,116); }

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

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

 a { background-color: rgb(17,137,116); }

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

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

 span { border-color: rgb(17,137,116); }

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