#46F018

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

Shades of Harlequin #46F018

Tints of Harlequin #46F018

Color information

#46F018 (or 0x46F018) is unknown color: approx Harlequin. HEX triplet: 46, F0 and 18. RGB value is (70,240,24). Sum of RGB (Red+Green+Blue) = 70+240+24=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #46F018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F018 is #B90FE7. Grayscale: #A5A5A5. Windows color (decimal): -12128232 or 1634374. OLE color: 1634374.

HSL color Cylindrical-coordinate representation of color #46F018: hue angle of 107.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46F018 is Cyan = 0.71, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB7024024-
CMYK0.7100.90.06
HSL107.22º87.8%51.76%-
HSV(B)107.22º90%94.12%-
XYZ33.8563.6911.37-
YUV164.5548.6860.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 240 (94.14% from 255) = 71.86%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=20.96%
G=71.86%
B=7.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70240240.7100.90.06107.2287.851.76
Hex46F0184705A66b5834
Octal106360301070132615313064
Binary1000110111100001100010001110101101011011010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F018; }

 p { color: rgb(70,240,24); }

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

<style>
 a { background-color: #46F018; }

 a { background-color: rgb(70,240,24); }

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

<style>
 span { border-color: #46F018; }

 span { border-color: rgb(70,240,24); }

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