#19965C

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

Shades of Elf Green #19965C

Tints of Elf Green #19965C

Color information

#19965C (or 0x19965C) is unknown color: approx Elf Green. HEX triplet: 19, 96 and 5C. RGB value is (25,150,92). Sum of RGB (Red+Green+Blue) = 25+150+92=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #19965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19965C is #E669A3. Grayscale: #6A6A6A. Windows color (decimal): -15100324 or 6067737. OLE color: 6067737.

HSL color Cylindrical-coordinate representation of color #19965C: hue angle of 152.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19965C is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB2515092-
CMYK0.8300.390.41
HSL152.16º71.43%34.31%-
HSV(B)152.16º83.33%58.82%-
XYZ13.2422.7913.83-
YUV106.01120.0970.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=9.36%
G=56.18%
B=34.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25150920.8300.390.41152.1671.4334.31
Hex19965C5302729984722
Octal312261341230475123010742
Binary1100110010110101110010100110100111101001100110001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19965C; }

 p { color: rgb(25,150,92); }

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

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

 a { background-color: rgb(25,150,92); }

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

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

 span { border-color: rgb(25,150,92); }

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