#A5F020

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

Shades of Green Yellow #A5F020

Tints of Green Yellow #A5F020

Color information

#A5F020 (or 0xA5F020) is unknown color: approx Green Yellow. HEX triplet: A5, F0 and 20. RGB value is (165,240,32). Sum of RGB (Red+Green+Blue) = 165+240+32=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F020 is #5A0FDF. Grayscale: #C2C2C2. Windows color (decimal): -5902304 or 2158757. OLE color: 2158757.

HSL color Cylindrical-coordinate representation of color #A5F020: hue angle of 81.63º 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 #A5F020 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB16524032-
CMYK0.3100.870.06
HSL81.63º87.39%53.33%-
HSV(B)81.63º86.67%94.12%-
XYZ46.9470.4212.49-
YUV193.8636.65107.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 240 (94.14% from 255) = 54.92%
BLUE value IS 32 (12.89% from 255) = 7.32%
R=37.76%
G=54.92%
B=7.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165240320.3100.870.0681.6387.3953.33
HexA5F0201F0576525735
Octal24536040370127612212765
Binary1010010111110000100000111110101011111010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F020; }

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

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

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

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

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

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

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

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