#4ae606

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

Shades of Harlequin #4AE606

Tints of Harlequin #4AE606

Color information

#4AE606 (or 0x4AE606) is unknown color: approx Harlequin. HEX triplet: 4A, E6 and 06. RGB value is (74,230,6). Sum of RGB (Red+Green+Blue) = 74+230+6=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE606 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE606 is #B519F9. Grayscale: #9E9E9E. Windows color (decimal): -11868666 or 452170. OLE color: 452170.

HSL color Cylindrical-coordinate representation of color #4AE606: hue angle of 101.79º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AE606 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB742306-
CMYK0.6800.970.10
HSL101.79º94.92%46.27%-
HSV(B)101.79º97.39%90.2%-
XYZ31.1558.069.74-
YUV157.8242.3268.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 230 (90.23% from 255) = 74.19%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=23.87%
G=74.19%
B=1.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7423060.6800.970.10101.7994.9246.27
Hex4AE6644061A665f2e
Octal112346610401411214613756
Binary100101011100110110100010001100001101011001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ae606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ae606; }

 p { color: rgb(74,230,6); }

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

<style>
 a { background-color: #4ae606; }

 a { background-color: rgb(74,230,6); }

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

<style>
 span { border-color: #4ae606; }

 span { border-color: rgb(74,230,6); }

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