#40FF9C

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

Shades of Shamrock #40FF9C

Tints of Shamrock #40FF9C

Color information

#40FF9C (or 0x40FF9C) is unknown color: approx Shamrock. HEX triplet: 40, FF and 9C. RGB value is (64,255,156). Sum of RGB (Red+Green+Blue) = 64+255+156=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF9C is #BF0063. Grayscale: #BABABA. Windows color (decimal): -12517476 or 10288960. OLE color: 10288960.

HSL color Cylindrical-coordinate representation of color #40FF9C: hue angle of 148.9º 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 #40FF9C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB64255156-
CMYK0.7500.390
HSL148.9º100%62.55%-
HSV(B)148.9º74.9%100%-
XYZ43.8875.0143.62-
YUV186.6110.7240.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.47%
GREEN value IS 255 (100% from 255) = 53.68%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=13.47%
G=53.68%
B=32.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551560.7500.390148.910062.55
Hex40FF9C4B027095643f
Octal100377234113047022514477
Binary10000001111111110011100100101101001110100101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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