#40FFA8

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

Shades of Shamrock #40FFA8

Tints of Shamrock #40FFA8

Color information

#40FFA8 (or 0x40FFA8) is unknown color: approx Shamrock. HEX triplet: 40, FF and A8. RGB value is (64,255,168). Sum of RGB (Red+Green+Blue) = 64+255+168=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFA8 is #BF0057. Grayscale: #BCBCBC. Windows color (decimal): -12517464 or 11075392. OLE color: 11075392.

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

Color convert

RGB64255168-
CMYK0.7500.340
HSL152.67º100%62.55%-
HSV(B)152.67º74.9%100%-
XYZ44.9475.4449.24-
YUV187.97116.7239.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.14%
GREEN value IS 255 (100% from 255) = 52.36%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=13.14%
G=52.36%
B=34.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551680.7500.340152.6710062.55
Hex40FFA84B022099643f
Octal100377250113042023114477
Binary10000001111111110101000100101101000100100110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,168); }

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

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

 a { background-color: rgb(64,255,168); }

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

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

 span { border-color: rgb(64,255,168); }

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