#A4FD32

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

Shades of Green Yellow #A4FD32

Tints of Green Yellow #A4FD32

Color information

#A4FD32 (or 0xA4FD32) is unknown color: approx Green Yellow. HEX triplet: A4, FD and 32. RGB value is (164,253,50). Sum of RGB (Red+Green+Blue) = 164+253+50=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FD32 is #5B02CD. Grayscale: #CBCBCB. Windows color (decimal): -5964494 or 3341732. OLE color: 3341732.

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

Color convert

RGB16425350-
CMYK0.3500.800.01
HSL86.31º98.07%59.41%-
HSV(B)86.31º80.24%99.22%-
XYZ51.0178.3715.46-
YUV203.2541.51100.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 253 (99.22% from 255) = 54.18%
BLUE value IS 50 (19.92% from 255) = 10.71%
R=35.12%
G=54.18%
B=10.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164253500.3500.800.0186.3198.0759.41
HexA4FD3223050156623b
Octal24437562430120112614273
Binary101001001111110111001010001101010000110101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD32; }

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

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

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

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

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

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

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

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