#40F09F

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

Shades of Shamrock #40F09F

Tints of Shamrock #40F09F

Color information

#40F09F (or 0x40F09F) is unknown color: approx Shamrock. HEX triplet: 40, F0 and 9F. RGB value is (64,240,159). Sum of RGB (Red+Green+Blue) = 64+240+159=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #40F09F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F09F is #BF0F60. Grayscale: #B2B2B2. Windows color (decimal): -12521313 or 10481728. OLE color: 10481728.

HSL color Cylindrical-coordinate representation of color #40F09F: hue angle of 152.39º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F09F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB64240159-
CMYK0.7300.340.06
HSL152.39º85.44%59.61%-
HSV(B)152.39º73.33%94.12%-
XYZ39.5365.9143.44-
YUV178.14117.1946.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 240 (94.14% from 255) = 51.84%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=13.82%
G=51.84%
B=34.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642401590.7300.340.06152.3985.4459.61
Hex40F09F49022698553c
Octal100360237111042623012574
Binary1000000111100001001111110010010100010110100110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,240,159); }

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

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

 a { background-color: rgb(64,240,159); }

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

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

 span { border-color: rgb(64,240,159); }

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