#A5FA4E

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

Shades of Green Yellow #A5FA4E

Tints of Green Yellow #A5FA4E

Color information

#A5FA4E (or 0xA5FA4E) is unknown color: approx Green Yellow. HEX triplet: A5, FA and 4E. RGB value is (165,250,78). Sum of RGB (Red+Green+Blue) = 165+250+78=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FA4E is #5A05B1. Grayscale: #CDCDCD. Windows color (decimal): -5899698 or 5175973. OLE color: 5175973.

HSL color Cylindrical-coordinate representation of color #A5FA4E: hue angle of 89.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5FA4E is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB16525078-
CMYK0.3400.690.02
HSL89.65º94.51%64.31%-
HSV(B)89.65º68.8%98.04%-
XYZ51.0876.9219.36-
YUV204.9856.3499.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 50.71%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=33.47%
G=50.71%
B=15.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165250780.3400.690.0289.6594.5164.31
HexA5FA4E2204525a5f40
Octal2453721164201052132137100
Binary101001011111101010011101000100100010110101101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA4E; }

 p { color: rgb(165,250,78); }

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

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

 a { background-color: rgb(165,250,78); }

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

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

 span { border-color: rgb(165,250,78); }

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