#40DC8A

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

Shades of Shamrock #40DC8A

Tints of Shamrock #40DC8A

Color information

#40DC8A (or 0x40DC8A) is unknown color: approx Shamrock. HEX triplet: 40, DC and 8A. RGB value is (64,220,138). Sum of RGB (Red+Green+Blue) = 64+220+138=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DC8A is #BF2375. Grayscale: #A4A4A4. Windows color (decimal): -12526454 or 9100352. OLE color: 9100352.

HSL color Cylindrical-coordinate representation of color #40DC8A: hue angle of 148.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC8A is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB64220138-
CMYK0.7100.370.14
HSL148.46º69.03%55.69%-
HSV(B)148.46º70.91%86.27%-
XYZ32.2954.1132.79-
YUV164.01113.3256.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 220 (86.33% from 255) = 52.13%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=15.17%
G=52.13%
B=32.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642201380.7100.370.14148.4669.0355.69
Hex40DC8A47025E944538
Octal1003342121070451622410570
Binary10000001101110010001010100011101001011110100101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,220,138); }

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

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

 a { background-color: rgb(64,220,138); }

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

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

 span { border-color: rgb(64,220,138); }

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