#119572

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

Shades of Elf Green #119572

Tints of Elf Green #119572

Color information

#119572 (or 0x119572) is unknown color: approx Elf Green. HEX triplet: 11, 95 and 72. RGB value is (17,149,114). Sum of RGB (Red+Green+Blue) = 17+149+114=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #119572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119572 is #EE6A8D. Grayscale: #696969. Windows color (decimal): -15624846 or 7509265. OLE color: 7509265.

HSL color Cylindrical-coordinate representation of color #119572: hue angle of 164.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119572 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB17149114-
CMYK0.8900.230.42
HSL164.09º79.52%32.55%-
HSV(B)164.09º88.59%58.43%-
XYZ14.0222.8319.59-
YUV105.54132.7764.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=6.07%
G=53.21%
B=40.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491140.8900.230.42164.0979.5232.55
Hex119572590172Aa45021
Octal212251621310275224412041
Binary100011001010111100101011001010111101010101001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119572; }

 p { color: rgb(17,149,114); }

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

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

 a { background-color: rgb(17,149,114); }

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

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

 span { border-color: rgb(17,149,114); }

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