#40EDAD

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

Shades of Shamrock #40EDAD

Tints of Shamrock #40EDAD

Color information

#40EDAD (or 0x40EDAD) is unknown color: approx Shamrock. HEX triplet: 40, ED and AD. RGB value is (64,237,173). Sum of RGB (Red+Green+Blue) = 64+237+173=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EDAD is #BF1252. Grayscale: #B2B2B2. Windows color (decimal): -12522067 or 11398464. OLE color: 11398464.

HSL color Cylindrical-coordinate representation of color #40EDAD: hue angle of 157.8º degrees, saturation: 0.83, 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 #40EDAD is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB64237173-
CMYK0.7300.270.07
HSL157.8º82.78%59.02%-
HSV(B)157.8º73%92.94%-
XYZ39.9464.6849.91-
YUV177.98125.1946.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.50%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=13.50%
G=50%
B=36.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642371730.7300.270.07157.882.7859.02
Hex40EDAD4901B79e533b
Octal100355255111033723612373
Binary100000011101101101011011001001011011111100111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,237,173); }

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

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

 a { background-color: rgb(64,237,173); }

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

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

 span { border-color: rgb(64,237,173); }

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