#4AE81A

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

Shades of Harlequin #4AE81A

Tints of Harlequin #4AE81A

Color information

#4AE81A (or 0x4AE81A) is unknown color: approx Harlequin. HEX triplet: 4A, E8 and 1A. RGB value is (74,232,26). Sum of RGB (Red+Green+Blue) = 74+232+26=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 232 (91.02% from 255 or 69.88% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE81A is #B517E5. Grayscale: #A1A1A1. Windows color (decimal): -11868134 or 1763402. OLE color: 1763402.

HSL color Cylindrical-coordinate representation of color #4AE81A: hue angle of 106.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AE81A is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB7423226-
CMYK0.6800.890.09
HSL106.02º81.75%50.59%-
HSV(B)106.02º88.79%90.98%-
XYZ31.8759.2410.73-
YUV161.2751.6565.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 232 (91.02% from 255) = 69.88%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=22.29%
G=69.88%
B=7.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74232260.6800.890.09106.0281.7550.59
Hex4AE81A4405996a5233
Octal1123503210401311115212263
Binary10010101110100011010100010001011001100111010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,232,26); }

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

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

 a { background-color: rgb(74,232,26); }

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

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

 span { border-color: rgb(74,232,26); }

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