Html Css Color HEX #40DC9C Shamrock

📋 copy color: '#40DC9C'

red 64 ◦ green 220 ◦ blue 156

#40DC9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #40DC9C

Tints of Shamrock #40DC9C

RGB

 RED value IS 64 (25.39% from 255) = 14.55%

 GREEN value IS 220 (86.33% from 255) = 50%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 14.55%
G = 50%
B = 35.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#40DC9C (or 0x40DC9C) is known color: Shamrock. HEX triplet: 40, DC and 9C. RGB value is (64,220,156). Sum of RGB (Red+Green+Blue) = 64+220+156=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DC9C is #BF2363. Grayscale: #A6A6A6. Windows color (decimal): -12526436 or 10280000. OLE color: 10280000.

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

Color convert

RGB 64 220 156 -
CMYK 0.71 0 0.29 0.14
HSL 155.38º 0.69% 0.56% -
HSV(B) 155.38º 0.71% 0.86% -
XYZ 33.71 54.68 40.23 -
YUV 166.06 122.32 55.2 -
System Red Green Blue C M Y K H S L
Decimal 64 220 156 0.71 0 0.29 0.14 155.38 0.69 0.56
Hex 40 DC 9C 47 0 1D E 9B 45 38
Octal 100 334 234 107 0 35 16 233 105 70
Binary 1000000 11011100 10011100 1000111 0 11101 1110 10011011 1000101 111000

Color Harmonies of #40DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC9C

Black with #40DC9C

Text Example


Text Example

White with #40DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40DC9C;
 }
 .AnyTagClassName
 {
   color: #40DC9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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