#40F9AB

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

Shades of Shamrock #40F9AB

Tints of Shamrock #40F9AB

Color information

#40F9AB (or 0x40F9AB) is unknown color: approx Shamrock. HEX triplet: 40, F9 and AB. RGB value is (64,249,171). Sum of RGB (Red+Green+Blue) = 64+249+171=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F9AB is #BF0654. Grayscale: #B8B8B8. Windows color (decimal): -12518997 or 11270464. OLE color: 11270464.

HSL color Cylindrical-coordinate representation of color #40F9AB: hue angle of 154.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9AB is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB64249171-
CMYK0.7400.310.02
HSL154.7º93.91%61.37%-
HSV(B)154.7º74.3%97.65%-
XYZ43.3471.7850.1-
YUV184.79120.2141.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.22%
GREEN value IS 249 (97.66% from 255) = 51.45%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=13.22%
G=51.45%
B=35.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642491710.7400.310.02154.793.9161.37
Hex40F9AB4A01F29b5e3d
Octal100371253112037223313675
Binary10000001111100110101011100101001111110100110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,249,171); }

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

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

 a { background-color: rgb(64,249,171); }

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

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

 span { border-color: rgb(64,249,171); }

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