#A4F020

Color #A4F020 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A4F020

Tints of Green Yellow #A4F020

Color information

#A4F020 (or 0xA4F020) is unknown color: approx Green Yellow. HEX triplet: A4, F0 and 20. RGB value is (164,240,32). Sum of RGB (Red+Green+Blue) = 164+240+32=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F020 is #5B0FDF. Grayscale: #C2C2C2. Windows color (decimal): -5967840 or 2158756. OLE color: 2158756.

HSL color Cylindrical-coordinate representation of color #A4F020: hue angle of 81.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4F020 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB16424032-
CMYK0.3200.870.06
HSL81.92º87.39%53.33%-
HSV(B)81.92º86.67%94.12%-
XYZ46.7370.3212.48-
YUV193.5636.82106.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 240 (94.14% from 255) = 55.05%
BLUE value IS 32 (12.89% from 255) = 7.34%
R=37.61%
G=55.05%
B=7.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164240320.3200.870.0681.9287.3953.33
HexA4F020200576525735
Octal24436040400127612212765
Binary10100100111100001000001000000101011111010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F020; }

 p { color: rgb(164,240,32); }

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

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

 a { background-color: rgb(164,240,32); }

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

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

 span { border-color: rgb(164,240,32); }

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