#40FA9E

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

Shades of Shamrock #40FA9E

Tints of Shamrock #40FA9E

Color information

#40FA9E (or 0x40FA9E) is unknown color: approx Shamrock. HEX triplet: 40, FA and 9E. RGB value is (64,250,158). Sum of RGB (Red+Green+Blue) = 64+250+158=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FA9E is #BF0561. Grayscale: #B8B8B8. Windows color (decimal): -12518754 or 10418752. OLE color: 10418752.

HSL color Cylindrical-coordinate representation of color #40FA9E: hue angle of 150.32º 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 #40FA9E is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB64250158-
CMYK0.7400.370.02
HSL150.32º94.9%61.57%-
HSV(B)150.32º74.4%98.04%-
XYZ42.4771.9343.99-
YUV183.9113.3842.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 250 (98.05% from 255) = 52.97%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=13.56%
G=52.97%
B=33.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642501580.7400.370.02150.3294.961.57
Hex40FA9E4A0252965f3e
Octal100372236112045222613776
Binary100000011111010100111101001010010010110100101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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