#19986F

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

Shades of Elf Green #19986F

Tints of Elf Green #19986F

Color information

#19986F (or 0x19986F) is unknown color: approx Elf Green. HEX triplet: 19, 98 and 6F. RGB value is (25,152,111). Sum of RGB (Red+Green+Blue) = 25+152+111=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #19986F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19986F is #E66790. Grayscale: #6D6D6D. Windows color (decimal): -15099793 or 7313433. OLE color: 7313433.

HSL color Cylindrical-coordinate representation of color #19986F: hue angle of 160.63º 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 #19986F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB25152111-
CMYK0.8400.270.40
HSL160.63º71.75%34.71%-
HSV(B)160.63º83.55%59.61%-
XYZ14.523.8118.87-
YUV109.35128.9267.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 152 (59.77% from 255) = 52.78%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=8.68%
G=52.78%
B=38.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251521110.8400.270.40160.6371.7534.71
Hex19986F5401B28a14823
Octal312301571240335024111043
Binary110011001100011011111010100011011101000101000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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