#4AF209

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

Shades of Harlequin #4AF209

Tints of Harlequin #4AF209

Color information

#4AF209 (or 0x4AF209) is unknown color: approx Harlequin. HEX triplet: 4A, F2 and 09. RGB value is (74,242,9). Sum of RGB (Red+Green+Blue) = 74+242+9=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF209 is #B50DF6. Grayscale: #A5A5A5. Windows color (decimal): -11865591 or 651850. OLE color: 651850.

HSL color Cylindrical-coordinate representation of color #4AF209: hue angle of 103.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AF209 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB742429-
CMYK0.6900.960.05
HSL103.26º92.83%49.22%-
HSV(B)103.26º96.28%94.9%-
XYZ34.6364.9810.98-
YUV165.2139.8462.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 242 (94.92% from 255) = 74.46%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=22.77%
G=74.46%
B=2.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7424290.6900.960.05103.2692.8349.22
Hex4AF29450605675d31
Octal112362111050140514713561
Binary100101011110010100110001010110000010111001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,242,9); }

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

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

 a { background-color: rgb(74,242,9); }

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

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

 span { border-color: rgb(74,242,9); }

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