#40EEA1

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

Shades of Shamrock #40EEA1

Tints of Shamrock #40EEA1

Color information

#40EEA1 (or 0x40EEA1) is unknown color: approx Shamrock. HEX triplet: 40, EE and A1. RGB value is (64,238,161). Sum of RGB (Red+Green+Blue) = 64+238+161=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EEA1 is #BF115E. Grayscale: #B1B1B1. Windows color (decimal): -12521823 or 10612288. OLE color: 10612288.

HSL color Cylindrical-coordinate representation of color #40EEA1: hue angle of 153.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEA1 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB64238161-
CMYK0.7300.320.07
HSL153.45º83.65%59.22%-
HSV(B)153.45º73.11%93.33%-
XYZ39.1264.8144.17-
YUV177.2118.8547.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 238 (93.36% from 255) = 51.40%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=13.82%
G=51.40%
B=34.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642381610.7300.320.07153.4583.6559.22
Hex40EEA149020799543b
Octal100356241111040723112473
Binary1000000111011101010000110010010100000111100110011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,238,161); }

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

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

 a { background-color: rgb(64,238,161); }

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

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

 span { border-color: rgb(64,238,161); }

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