#A5FD4E

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

Shades of Green Yellow #A5FD4E

Tints of Green Yellow #A5FD4E

Color information

#A5FD4E (or 0xA5FD4E) is unknown color: approx Green Yellow. HEX triplet: A5, FD and 4E. RGB value is (165,253,78). Sum of RGB (Red+Green+Blue) = 165+253+78=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD4E is #5A02B1. Grayscale: #CFCFCF. Windows color (decimal): -5898930 or 5176741. OLE color: 5176741.

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

Color convert

RGB16525378-
CMYK0.3500.690.01
HSL90.17º97.77%64.9%-
HSV(B)90.17º69.17%99.22%-
XYZ52.0278.819.68-
YUV206.7455.3598.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 253 (99.22% from 255) = 51.01%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=33.27%
G=51.01%
B=15.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165253780.3500.690.0190.1797.7764.9
HexA5FD4E2304515a6241
Octal2453751164301051132142101
Binary10100101111111011001110100011010001011101101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD4E; }

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

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

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

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

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

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

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

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