#40FA9C

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

Shades of Shamrock #40FA9C

Tints of Shamrock #40FA9C

Color information

#40FA9C (or 0x40FA9C) is unknown color: approx Shamrock. HEX triplet: 40, FA and 9C. RGB value is (64,250,156). Sum of RGB (Red+Green+Blue) = 64+250+156=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FA9C is #BF0563. Grayscale: #B7B7B7. Windows color (decimal): -12518756 or 10287680. OLE color: 10287680.

HSL color Cylindrical-coordinate representation of color #40FA9C: hue angle of 149.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FA9C is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB64250156-
CMYK0.7400.380.02
HSL149.68º94.9%61.57%-
HSV(B)149.68º74.4%98.04%-
XYZ42.371.8643.09-
YUV183.67112.3842.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.62%
GREEN value IS 250 (98.05% from 255) = 53.19%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=13.62%
G=53.19%
B=33.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642501560.7400.380.02149.6894.961.57
Hex40FA9C4A0262965f3e
Octal100372234112046222613776
Binary100000011111010100111001001010010011010100101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40FA9C; }

 p { color: rgb(64,250,156); }

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

<style>
 a { background-color: #40FA9C; }

 a { background-color: rgb(64,250,156); }

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

<style>
 span { border-color: #40FA9C; }

 span { border-color: rgb(64,250,156); }

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