#A5FE3D

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

Shades of Green Yellow #A5FE3D

Tints of Green Yellow #A5FE3D

Color information

#A5FE3D (or 0xA5FE3D) is unknown color: approx Green Yellow. HEX triplet: A5, FE and 3D. RGB value is (165,254,61). Sum of RGB (Red+Green+Blue) = 165+254+61=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FE3D is #5A01C2. Grayscale: #CECECE. Windows color (decimal): -5898691 or 4062885. OLE color: 4062885.

HSL color Cylindrical-coordinate representation of color #A5FE3D: hue angle of 87.67º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5FE3D is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB16525461-
CMYK0.3500.760.00
HSL87.67º98.97%61.76%-
HSV(B)87.67º75.98%99.61%-
XYZ51.879.2216.98-
YUV205.3946.5199.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 254 (99.61% from 255) = 52.92%
BLUE value IS 61 (24.22% from 255) = 12.71%
R=34.38%
G=52.92%
B=12.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal165254610.3500.760.0087.6798.9761.76
HexA5FE3D2304C058633e
Octal24537675430114013014376
Binary101001011111111011110110001101001100010110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FE3D; }

 p { color: rgb(165,254,61); }

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

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

 a { background-color: rgb(165,254,61); }

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

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

 span { border-color: rgb(165,254,61); }

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