#A5FA3D

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

Shades of Green Yellow #A5FA3D

Tints of Green Yellow #A5FA3D

Color information

#A5FA3D (or 0xA5FA3D) is unknown color: approx Green Yellow. HEX triplet: A5, FA and 3D. RGB value is (165,250,61). Sum of RGB (Red+Green+Blue) = 165+250+61=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FA3D is #5A05C2. Grayscale: #CBCBCB. Windows color (decimal): -5899715 or 4061861. OLE color: 4061861.

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

Color convert

RGB16525061-
CMYK0.3400.760.02
HSL86.98º94.97%60.98%-
HSV(B)86.98º75.6%98.04%-
XYZ50.5476.7116.56-
YUV203.0447.84100.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 250 (98.05% from 255) = 52.52%
BLUE value IS 61 (24.22% from 255) = 12.82%
R=34.66%
G=52.52%
B=12.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165250610.3400.760.0286.9894.9760.98
HexA5FA3D2204C2575f3d
Octal24537275420114212713775
Binary1010010111111010111101100010010011001010101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA3D; }

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

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

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

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

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

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

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

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