#4AE30A

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

Shades of Harlequin #4AE30A

Tints of Harlequin #4AE30A

Color information

#4AE30A (or 0x4AE30A) is unknown color: approx Harlequin. HEX triplet: 4A, E3 and 0A. RGB value is (74,227,10). Sum of RGB (Red+Green+Blue) = 74+227+10=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE30A is #B51CF5. Grayscale: #9D9D9D. Windows color (decimal): -11869430 or 713546. OLE color: 713546.

HSL color Cylindrical-coordinate representation of color #4AE30A: hue angle of 102.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AE30A is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB7422710-
CMYK0.6700.960.11
HSL102.3º91.56%46.47%-
HSV(B)102.3º95.59%89.02%-
XYZ30.3556.429.58-
YUV156.5145.3169.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 227 (89.06% from 255) = 72.99%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=23.79%
G=72.99%
B=3.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal74227100.6700.960.11102.391.5646.47
Hex4AE3A43060B665c2e
Octal1123431210301401314613456
Binary1001010111000111010100001101100000101111001101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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