#1FD2A9

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

Shades of Shamrock #1FD2A9

Tints of Shamrock #1FD2A9

Color information

#1FD2A9 (or 0x1FD2A9) is unknown color: approx Shamrock. HEX triplet: 1F, D2 and A9. RGB value is (31,210,169). Sum of RGB (Red+Green+Blue) = 31+210+169=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD2A9 is #E02D56. Grayscale: #979797. Windows color (decimal): -14691671 or 11129375. OLE color: 11129375.

HSL color Cylindrical-coordinate representation of color #1FD2A9: hue angle of 166.26º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD2A9 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB31210169-
CMYK0.8500.200.18
HSL166.26º74.27%47.25%-
HSV(B)166.26º85.24%82.35%-
XYZ30.7749.2545.42-
YUV151.8137.741.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.56%
GREEN value IS 210 (82.42% from 255) = 51.22%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=7.56%
G=51.22%
B=41.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal312101690.8500.200.18166.2674.2747.25
Hex1FD2A95501412a64a2f
Octal373222511250242224611257
Binary111111101001010101001101010101010010010101001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,210,169); }

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

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

 a { background-color: rgb(31,210,169); }

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

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

 span { border-color: rgb(31,210,169); }

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