#1fd49c

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

Shades of Shamrock #1FD49C

Tints of Shamrock #1FD49C

Color information

#1FD49C (or 0x1FD49C) is unknown color: approx Shamrock. HEX triplet: 1F, D4 and 9C. RGB value is (31,212,156). Sum of RGB (Red+Green+Blue) = 31+212+156=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD49C is #E02B63. Grayscale: #979797. Windows color (decimal): -14691172 or 10277919. OLE color: 10277919.

HSL color Cylindrical-coordinate representation of color #1FD49C: hue angle of 161.44º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD49C is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB31212156-
CMYK0.8500.260.17
HSL161.44º74.49%47.65%-
HSV(B)161.44º85.38%83.14%-
XYZ30.1149.7839.47-
YUV151.5130.5342.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.77%
GREEN value IS 212 (83.20% from 255) = 53.13%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=7.77%
G=53.13%
B=39.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal312121560.8500.260.17161.4474.4947.65
Hex1FD49C5501A11a14a30
Octal373242341250322124111260
Binary111111101010010011100101010101101010001101000011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fd49c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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