#40FEAB

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

Shades of Shamrock #40FEAB

Tints of Shamrock #40FEAB

Color information

#40FEAB (or 0x40FEAB) is unknown color: approx Shamrock. HEX triplet: 40, FE and AB. RGB value is (64,254,171). Sum of RGB (Red+Green+Blue) = 64+254+171=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FEAB is #BF0154. Grayscale: #BBBBBB. Windows color (decimal): -12517717 or 11271744. OLE color: 11271744.

HSL color Cylindrical-coordinate representation of color #40FEAB: hue angle of 153.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEAB is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB64254171-
CMYK0.7500.330.00
HSL153.79º98.96%62.35%-
HSV(B)153.79º74.8%99.61%-
XYZ44.9174.9150.62-
YUV187.73118.5539.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.09%
GREEN value IS 254 (99.61% from 255) = 51.94%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=13.09%
G=51.94%
B=34.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal642541710.7500.330.00153.7998.9662.35
Hex40FEAB4B02109a633e
Octal100376253113041023214376
Binary10000001111111010101011100101101000010100110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,254,171); }

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

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

 a { background-color: rgb(64,254,171); }

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

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

 span { border-color: rgb(64,254,171); }

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