#A2FD2A

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

Shades of Green Yellow #A2FD2A

Tints of Green Yellow #A2FD2A

Color information

#A2FD2A (or 0xA2FD2A) is unknown color: approx Green Yellow. HEX triplet: A2, FD and 2A. RGB value is (162,253,42). Sum of RGB (Red+Green+Blue) = 162+253+42=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FD2A is #5D02D5. Grayscale: #CACACA. Windows color (decimal): -6095574 or 2817442. OLE color: 2817442.

HSL color Cylindrical-coordinate representation of color #A2FD2A: hue angle of 85.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2FD2A is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB16225342-
CMYK0.3600.830.01
HSL85.88º98.14%57.84%-
HSV(B)85.88º83.4%99.22%-
XYZ50.4478.114.61-
YUV201.7437.8599.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 253 (99.22% from 255) = 55.36%
BLUE value IS 42 (16.80% from 255) = 9.19%
R=35.45%
G=55.36%
B=9.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162253420.3600.830.0185.8898.1457.84
HexA2FD2A24053156623a
Octal24237552440123112614272
Binary101000101111110110101010010001010011110101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FD2A; }

 p { color: rgb(162,253,42); }

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

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

 a { background-color: rgb(162,253,42); }

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

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

 span { border-color: rgb(162,253,42); }

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