#1F9C6C

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

Shades of Elf Green #1F9C6C

Tints of Elf Green #1F9C6C

Color information

#1F9C6C (or 0x1F9C6C) is unknown color: approx Elf Green. HEX triplet: 1F, 9C and 6C. RGB value is (31,156,108). Sum of RGB (Red+Green+Blue) = 31+156+108=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C6C is #E06393. Grayscale: #717171. Windows color (decimal): -14705556 or 7117855. OLE color: 7117855.

HSL color Cylindrical-coordinate representation of color #1F9C6C: hue angle of 156.96º 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 #1F9C6C is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB31156108-
CMYK0.8000.310.39
HSL156.96º66.84%36.67%-
HSV(B)156.96º80.13%61.18%-
XYZ15.1625.1518.24-
YUV113.15125.0969.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=10.51%
G=52.88%
B=36.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561080.8000.310.39156.9666.8436.67
Hex1F9C6C5001F279d4325
Octal372341541200374723510345
Binary111111001110011011001010000011111100111100111011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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