#40FFA9

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

Shades of Shamrock #40FFA9

Tints of Shamrock #40FFA9

Color information

#40FFA9 (or 0x40FFA9) is unknown color: approx Shamrock. HEX triplet: 40, FF and A9. RGB value is (64,255,169). Sum of RGB (Red+Green+Blue) = 64+255+169=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFA9 is #BF0056. Grayscale: #BCBCBC. Windows color (decimal): -12517463 or 11140928. OLE color: 11140928.

HSL color Cylindrical-coordinate representation of color #40FFA9: hue angle of 152.98º 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 #40FFA9 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB64255169-
CMYK0.7500.340
HSL152.98º100%62.55%-
HSV(B)152.98º74.9%100%-
XYZ45.0475.4749.73-
YUV188.09117.2239.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.11%
GREEN value IS 255 (100% from 255) = 52.25%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=13.11%
G=52.25%
B=34.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551690.7500.340152.9810062.55
Hex40FFA94B022099643f
Octal100377251113042023114477
Binary10000001111111110101001100101101000100100110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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