#40DC9B

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

Shades of Shamrock #40DC9B

Tints of Shamrock #40DC9B

Color information

#40DC9B (or 0x40DC9B) is unknown color: approx Shamrock. HEX triplet: 40, DC and 9B. RGB value is (64,220,155). Sum of RGB (Red+Green+Blue) = 64+220+155=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DC9B is #BF2364. Grayscale: #A6A6A6. Windows color (decimal): -12526437 or 10214464. OLE color: 10214464.

HSL color Cylindrical-coordinate representation of color #40DC9B: hue angle of 155º 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 #40DC9B is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB64220155-
CMYK0.7100.300.14
HSL155º69.03%55.69%-
HSV(B)155º70.91%86.27%-
XYZ33.6254.6439.79-
YUV165.95121.8255.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.58%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=14.58%
G=50.11%
B=35.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642201550.7100.300.1415569.0355.69
Hex40DC9B4701EE9b4538
Octal1003342331070361623310570
Binary1000000110111001001101110001110111101110100110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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