#46E10C

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

Shades of Harlequin #46E10C

Tints of Harlequin #46E10C

Color information

#46E10C (or 0x46E10C) is unknown color: approx Harlequin. HEX triplet: 46, E1 and 0C. RGB value is (70,225,12). Sum of RGB (Red+Green+Blue) = 70+225+12=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #46E10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E10C is #B91EF3. Grayscale: #9B9B9B. Windows color (decimal): -12132084 or 844102. OLE color: 844102.

HSL color Cylindrical-coordinate representation of color #46E10C: hue angle of 103.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46E10C is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB7022512-
CMYK0.6900.950.12
HSL103.66º89.87%46.47%-
HSV(B)103.66º94.67%88.24%-
XYZ29.5255.189.44-
YUV154.3747.6567.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 225 (88.28% from 255) = 73.29%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=22.80%
G=73.29%
B=3.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70225120.6900.950.12103.6689.8746.47
Hex46E1C4505FC685a2e
Octal1063411410501371415013256
Binary1000110111000011100100010101011111110011010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,225,12); }

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

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

 a { background-color: rgb(70,225,12); }

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

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

 span { border-color: rgb(70,225,12); }

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