#19986E

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

Shades of Elf Green #19986E

Tints of Elf Green #19986E

Color information

#19986E (or 0x19986E) is unknown color: approx Elf Green. HEX triplet: 19, 98 and 6E. RGB value is (25,152,110). Sum of RGB (Red+Green+Blue) = 25+152+110=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #19986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19986E is #E66791. Grayscale: #6D6D6D. Windows color (decimal): -15099794 or 7247897. OLE color: 7247897.

HSL color Cylindrical-coordinate representation of color #19986E: hue angle of 160.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19986E is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB25152110-
CMYK0.8400.280.40
HSL160.16º71.75%34.71%-
HSV(B)160.16º83.55%59.61%-
XYZ14.4423.7918.58-
YUV109.24128.4267.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.71%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=8.71%
G=52.96%
B=38.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251521100.8400.280.40160.1671.7534.71
Hex19986E5401C28a04823
Octal312301561240345024011043
Binary110011001100011011101010100011100101000101000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19986E; }

 p { color: rgb(25,152,110); }

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

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

 a { background-color: rgb(25,152,110); }

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

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

 span { border-color: rgb(25,152,110); }

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