#4AE60A

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

Shades of Harlequin #4AE60A

Tints of Harlequin #4AE60A

Color information

#4AE60A (or 0x4AE60A) is unknown color: approx Harlequin. HEX triplet: 4A, E6 and 0A. RGB value is (74,230,10). Sum of RGB (Red+Green+Blue) = 74+230+10=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE60A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE60A is #B519F5. Grayscale: #9E9E9E. Windows color (decimal): -11868662 or 714314. OLE color: 714314.

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

Color convert

RGB7423010-
CMYK0.6800.960.10
HSL102.55º91.67%47.06%-
HSV(B)102.55º95.65%90.2%-
XYZ31.1858.079.85-
YUV158.2844.3267.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.57%
GREEN value IS 230 (90.23% from 255) = 73.25%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=23.57%
G=73.25%
B=3.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74230100.6800.960.10102.5591.6747.06
Hex4AE6A44060A675c2f
Octal1123461210401401214713457
Binary1001010111001101010100010001100000101011001111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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