#A5FF7A

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

Shades of Feijoa #A5FF7A

Tints of Feijoa #A5FF7A

Color information

#A5FF7A (or 0xA5FF7A) is unknown color: approx Feijoa. HEX triplet: A5, FF and 7A. RGB value is (165,255,122). Sum of RGB (Red+Green+Blue) = 165+255+122=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF7A is #5A0085. Grayscale: #D5D5D5. Windows color (decimal): -5898374 or 8060837. OLE color: 8060837.

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

Color convert

RGB165255122-
CMYK0.3500.520
HSL100.6º100%73.92%-
HSV(B)100.6º52.16%100%-
XYZ54.7980.9231.14-
YUV212.9376.6893.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=30.44%
G=47.05%
B=22.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551220.3500.520100.610073.92
HexA5FF7A23034065644a
Octal245377172430640145144112
Binary1010010111111111111101010001101101000110010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF7A; }

 p { color: rgb(165,255,122); }

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

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

 a { background-color: rgb(165,255,122); }

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

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

 span { border-color: rgb(165,255,122); }

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