#A5FC45

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

Shades of Green Yellow #A5FC45

Tints of Green Yellow #A5FC45

Color information

#A5FC45 (or 0xA5FC45) is unknown color: approx Green Yellow. HEX triplet: A5, FC and 45. RGB value is (165,252,69). Sum of RGB (Red+Green+Blue) = 165+252+69=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FC45 is #5A03BA. Grayscale: #CDCDCD. Windows color (decimal): -5899195 or 4586661. OLE color: 4586661.

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

Color convert

RGB16525269-
CMYK0.3500.730.01
HSL88.52º96.83%62.94%-
HSV(B)88.52º72.62%98.82%-
XYZ51.478.0517.99-
YUV205.1251.1899.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 252 (98.83% from 255) = 51.85%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=33.95%
G=51.85%
B=14.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165252690.3500.730.0188.5296.8362.94
HexA5FC4523049159613f
Octal245374105430111113114177
Binary1010010111111100100010110001101001001110110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC45; }

 p { color: rgb(165,252,69); }

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

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

 a { background-color: rgb(165,252,69); }

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

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

 span { border-color: rgb(165,252,69); }

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