#4AF90A

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

Shades of Harlequin #4AF90A

Tints of Harlequin #4AF90A

Color information

#4AF90A (or 0x4AF90A) is unknown color: approx Harlequin. HEX triplet: 4A, F9 and 0A. RGB value is (74,249,10). Sum of RGB (Red+Green+Blue) = 74+249+10=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF90A is #B506F5. Grayscale: #AAAAAA. Windows color (decimal): -11863798 or 719178. OLE color: 719178.

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

Color convert

RGB7424910-
CMYK0.7000.960.02
HSL103.93º95.22%50.78%-
HSV(B)103.93º95.98%97.65%-
XYZ36.7569.2311.71-
YUV169.4338.0259.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 249 (97.66% from 255) = 74.77%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=22.22%
G=74.77%
B=3.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74249100.7000.960.02103.9395.2250.78
Hex4AF9A460602685f33
Octal112371121060140215013763
Binary10010101111100110101000110011000001011010001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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