#40C09A

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

Shades of Shamrock #40C09A

Tints of Shamrock #40C09A

Color information

#40C09A (or 0x40C09A) is unknown color: approx Shamrock. HEX triplet: 40, C0 and 9A. RGB value is (64,192,154). Sum of RGB (Red+Green+Blue) = 64+192+154=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #40C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C09A is #BF3F65. Grayscale: #959595. Windows color (decimal): -12533606 or 10141760. OLE color: 10141760.

HSL color Cylindrical-coordinate representation of color #40C09A: hue angle of 162.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C09A is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB64192154-
CMYK0.6700.200.25
HSL162.19º50.39%50.2%-
HSV(B)162.19º66.67%75.29%-
XYZ26.841.1237.1-
YUV149.4130.5967.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=15.61%
G=46.83%
B=37.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641921540.6700.200.25162.1950.3950.2
Hex40C09A4301419a23232
Octal100300232103024312426262
Binary1000000110000001001101010000110101001100110100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,154); }

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

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

 a { background-color: rgb(64,192,154); }

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

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

 span { border-color: rgb(64,192,154); }

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