#1FDC8D

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

Shades of Shamrock #1FDC8D

Tints of Shamrock #1FDC8D

Color information

#1FDC8D (or 0x1FDC8D) is unknown color: approx Shamrock. HEX triplet: 1F, DC and 8D. RGB value is (31,220,141). Sum of RGB (Red+Green+Blue) = 31+220+141=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDC8D is #E02372. Grayscale: #9A9A9A. Windows color (decimal): -14689139 or 9296927. OLE color: 9296927.

HSL color Cylindrical-coordinate representation of color #1FDC8D: hue angle of 154.92º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC8D is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB31220141-
CMYK0.8600.360.14
HSL154.92º75.3%49.22%-
HSV(B)154.92º85.91%86.27%-
XYZ30.9753.433.87-
YUV154.48120.3839.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.91%
GREEN value IS 220 (86.33% from 255) = 56.12%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=7.91%
G=56.12%
B=35.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal312201410.8600.360.14154.9275.349.22
Hex1FDC8D56024E9b4b31
Octal373342151260441623311361
Binary111111101110010001101101011001001001110100110111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,220,141); }

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

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

 a { background-color: rgb(31,220,141); }

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

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

 span { border-color: rgb(31,220,141); }

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