#A5FA48

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

Shades of Green Yellow #A5FA48

Tints of Green Yellow #A5FA48

Color information

#A5FA48 (or 0xA5FA48) is unknown color: approx Green Yellow. HEX triplet: A5, FA and 48. RGB value is (165,250,72). Sum of RGB (Red+Green+Blue) = 165+250+72=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FA48 is #5A05B7. Grayscale: #CCCCCC. Windows color (decimal): -5899704 or 4782757. OLE color: 4782757.

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

Color convert

RGB16525072-
CMYK0.3400.710.02
HSL88.65º94.68%63.14%-
HSV(B)88.65º71.2%98.04%-
XYZ50.8776.8418.28-
YUV204.2953.3499.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=33.88%
G=51.33%
B=14.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165250720.3400.710.0288.6594.6863.14
HexA5FA48220472595f3f
Octal245372110420107213113777
Binary10100101111110101001000100010010001111010110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA48; }

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

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

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

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

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

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

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

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