#A4FD1E

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

Shades of Green Yellow #A4FD1E

Tints of Green Yellow #A4FD1E

Color information

#A4FD1E (or 0xA4FD1E) is unknown color: approx Green Yellow. HEX triplet: A4, FD and 1E. RGB value is (164,253,30). Sum of RGB (Red+Green+Blue) = 164+253+30=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FD1E is #5B02E1. Grayscale: #C9C9C9. Windows color (decimal): -5964514 or 2031012. OLE color: 2031012.

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

Color convert

RGB16425330-
CMYK0.3500.880.01
HSL83.95º98.24%55.49%-
HSV(B)83.95º88.14%99.22%-
XYZ50.6778.2413.66-
YUV200.9731.51101.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 253 (99.22% from 255) = 56.60%
BLUE value IS 30 (12.11% from 255) = 6.71%
R=36.69%
G=56.60%
B=6.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164253300.3500.880.0183.9598.2455.49
HexA4FD1E230581546237
Octal24437536430130112414267
Binary10100100111111011111010001101011000110101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD1E; }

 p { color: rgb(164,253,30); }

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

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

 a { background-color: rgb(164,253,30); }

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

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

 span { border-color: rgb(164,253,30); }

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