#40FF1A

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

Shades of Harlequin #40FF1A

Tints of Harlequin #40FF1A

Color information

#40FF1A (or 0x40FF1A) is unknown color: approx Harlequin. HEX triplet: 40, FF and 1A. RGB value is (64,255,26). Sum of RGB (Red+Green+Blue) = 64+255+26=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF1A is #BF00E5. Grayscale: #ACACAC. Windows color (decimal): -12517606 or 1769280. OLE color: 1769280.

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

Color convert

RGB6425526-
CMYK0.7500.900
HSL110.04º100%55.1%-
HSV(B)110.04º89.8%100%-
XYZ38.0672.6813-
YUV171.7845.7251.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 255 (100% from 255) = 73.91%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=18.55%
G=73.91%
B=7.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64255260.7500.900110.0410055.1
Hex40FF1A4B05A06e6437
Octal100377321130132015614467
Binary10000001111111111010100101101011010011011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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