#40E8A9

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

Shades of Shamrock #40E8A9

Tints of Shamrock #40E8A9

Color information

#40E8A9 (or 0x40E8A9) is unknown color: approx Shamrock. HEX triplet: 40, E8 and A9. RGB value is (64,232,169). Sum of RGB (Red+Green+Blue) = 64+232+169=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #40E8A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E8A9 is #BF1756. Grayscale: #AEAEAE. Windows color (decimal): -12523351 or 11135040. OLE color: 11135040.

HSL color Cylindrical-coordinate representation of color #40E8A9: hue angle of 157.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E8A9 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB64232169-
CMYK0.7200.270.09
HSL157.5º78.5%58.04%-
HSV(B)157.5º72.41%90.98%-
XYZ38.1361.6747.43-
YUV174.59124.8449.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.76%
GREEN value IS 232 (91.02% from 255) = 49.89%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=13.76%
G=49.89%
B=36.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal642321690.7200.270.09157.578.558.04
Hex40E8A94801B99e4f3a
Octal1003502511100331123611772
Binary1000000111010001010100110010000110111001100111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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