#40FF9F

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

Shades of Shamrock #40FF9F

Tints of Shamrock #40FF9F

Color information

#40FF9F (or 0x40FF9F) is unknown color: approx Shamrock. HEX triplet: 40, FF and 9F. RGB value is (64,255,159). Sum of RGB (Red+Green+Blue) = 64+255+159=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF9F is #BF0060. Grayscale: #BBBBBB. Windows color (decimal): -12517473 or 10485568. OLE color: 10485568.

HSL color Cylindrical-coordinate representation of color #40FF9F: hue angle of 149.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF9F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB64255159-
CMYK0.7500.380
HSL149.84º100%62.55%-
HSV(B)149.84º74.9%100%-
XYZ44.1375.1144.97-
YUV186.95112.2240.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.39%
GREEN value IS 255 (100% from 255) = 53.35%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=13.39%
G=53.35%
B=33.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551590.7500.380149.8410062.55
Hex40FF9F4B026096643f
Octal100377237113046022614477
Binary10000001111111110011111100101101001100100101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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