#1F986E

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

Shades of Elf Green #1F986E

Tints of Elf Green #1F986E

Color information

#1F986E (or 0x1F986E) is unknown color: approx Elf Green. HEX triplet: 1F, 98 and 6E. RGB value is (31,152,110). Sum of RGB (Red+Green+Blue) = 31+152+110=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #1F986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F986E is #E06791. Grayscale: #6F6F6F. Windows color (decimal): -14706578 or 7247903. OLE color: 7247903.

HSL color Cylindrical-coordinate representation of color #1F986E: hue angle of 159.17º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F986E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB31152110-
CMYK0.8000.280.40
HSL159.17º66.12%35.88%-
HSV(B)159.17º79.61%59.61%-
XYZ14.6123.8718.59-
YUV111.03127.4170.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=10.58%
G=51.88%
B=37.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311521100.8000.280.40159.1766.1235.88
Hex1F986E5001C289f4224
Octal372301561200345023710244
Binary111111001100011011101010000011100101000100111111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F986E; }

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

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

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

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

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

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

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

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