#4AF91A

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

Shades of Harlequin #4AF91A

Tints of Harlequin #4AF91A

Color information

#4AF91A (or 0x4AF91A) is unknown color: approx Harlequin. HEX triplet: 4A, F9 and 1A. RGB value is (74,249,26). Sum of RGB (Red+Green+Blue) = 74+249+26=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91A is #B506E5. Grayscale: #ABABAB. Windows color (decimal): -11863782 or 1767754. OLE color: 1767754.

HSL color Cylindrical-coordinate representation of color #4AF91A: hue angle of 107.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF91A is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB7424926-
CMYK0.7000.900.02
HSL107.09º94.89%53.92%-
HSV(B)107.09º89.56%97.65%-
XYZ36.8969.2812.41-
YUV171.2546.0258.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 249 (97.66% from 255) = 71.35%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=21.20%
G=71.35%
B=7.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74249260.7000.900.02107.0994.8953.92
Hex4AF91A4605A26b5f36
Octal112371321060132215313766
Binary100101011111001110101000110010110101011010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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