#1F9C6E

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

Shades of Elf Green #1F9C6E

Tints of Elf Green #1F9C6E

Color information

#1F9C6E (or 0x1F9C6E) is unknown color: approx Elf Green. HEX triplet: 1F, 9C and 6E. RGB value is (31,156,110). Sum of RGB (Red+Green+Blue) = 31+156+110=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C6E is #E06391. Grayscale: #717171. Windows color (decimal): -14705554 or 7248927. OLE color: 7248927.

HSL color Cylindrical-coordinate representation of color #1F9C6E: hue angle of 157.92º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C6E is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB31156110-
CMYK0.8000.290.39
HSL157.92º66.84%36.67%-
HSV(B)157.92º80.13%61.18%-
XYZ15.2725.1918.81-
YUV113.38126.0969.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 156 (61.33% from 255) = 52.53%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=10.44%
G=52.53%
B=37.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561100.8000.290.39157.9266.8436.67
Hex1F9C6E5001D279e4325
Octal372341561200354723610345
Binary111111001110011011101010000011101100111100111101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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