#40EA96

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

Shades of Shamrock #40EA96

Tints of Shamrock #40EA96

Color information

#40EA96 (or 0x40EA96) is unknown color: approx Shamrock. HEX triplet: 40, EA and 96. RGB value is (64,234,150). Sum of RGB (Red+Green+Blue) = 64+234+150=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EA96 is #BF1569. Grayscale: #ADADAD. Windows color (decimal): -12522858 or 9890368. OLE color: 9890368.

HSL color Cylindrical-coordinate representation of color #40EA96: hue angle of 150.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EA96 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB64234150-
CMYK0.7300.360.08
HSL150.35º80.19%58.43%-
HSV(B)150.35º72.65%91.76%-
XYZ37.0462.1438.9-
YUV173.59114.6849.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.29%
GREEN value IS 234 (91.80% from 255) = 52.23%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=14.29%
G=52.23%
B=33.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642341500.7300.360.08150.3580.1958.43
Hex40EA9649024896503a
Octal1003522261110441022612072
Binary10000001110101010010110100100101001001000100101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,234,150); }

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

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

 a { background-color: rgb(64,234,150); }

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

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

 span { border-color: rgb(64,234,150); }

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