#40D09B

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

Shades of Shamrock #40D09B

Tints of Shamrock #40D09B

Color information

#40D09B (or 0x40D09B) is unknown color: approx Shamrock. HEX triplet: 40, D0 and 9B. RGB value is (64,208,155). Sum of RGB (Red+Green+Blue) = 64+208+155=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #40D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D09B is #BF2F64. Grayscale: #9E9E9E. Windows color (decimal): -12529509 or 10211392. OLE color: 10211392.

HSL color Cylindrical-coordinate representation of color #40D09B: hue angle of 157.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D09B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB64208155-
CMYK0.6900.250.18
HSL157.92º60.5%53.33%-
HSV(B)157.92º69.23%81.57%-
XYZ30.5948.5738.77-
YUV158.9125.7960.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.99%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=14.99%
G=48.71%
B=36.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642081550.6900.250.18157.9260.553.33
Hex40D09B45019129e3d35
Octal100320233105031222367565
Binary1000000110100001001101110001010110011001010011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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