#A5FD7A

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

Shades of Feijoa #A5FD7A

Tints of Feijoa #A5FD7A

Color information

#A5FD7A (or 0xA5FD7A) is unknown color: approx Feijoa. HEX triplet: A5, FD and 7A. RGB value is (165,253,122). Sum of RGB (Red+Green+Blue) = 165+253+122=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD7A is #5A0285. Grayscale: #D4D4D4. Windows color (decimal): -5898886 or 8060325. OLE color: 8060325.

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

Color convert

RGB165253122-
CMYK0.3500.520.01
HSL100.31º97.04%73.53%-
HSV(B)100.31º51.78%99.22%-
XYZ54.1679.6630.93-
YUV211.7577.3594.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 122 (48.05% from 255) = 22.59%
R=30.56%
G=46.85%
B=22.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531220.3500.520.01100.3197.0473.53
HexA5FD7A23034164614a
Octal245375172430641144141112
Binary1010010111111101111101010001101101001110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD7A; }

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

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

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

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

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

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

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

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