#A5FF6A

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

Shades of Feijoa #A5FF6A

Tints of Feijoa #A5FF6A

Color information

#A5FF6A (or 0xA5FF6A) is unknown color: approx Feijoa. HEX triplet: A5, FF and 6A. RGB value is (165,255,106). Sum of RGB (Red+Green+Blue) = 165+255+106=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF6A is #5A0095. Grayscale: #D3D3D3. Windows color (decimal): -5898390 or 7012261. OLE color: 7012261.

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

Color convert

RGB165255106-
CMYK0.3500.580
HSL96.24º100%70.78%-
HSV(B)96.24º58.43%100%-
XYZ53.8880.5626.35-
YUV211.168.6895.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 106 (41.80% from 255) = 20.15%
R=31.37%
G=48.48%
B=20.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551060.3500.58096.2410070.78
HexA5FF6A2303A0606447
Octal245377152430720140144107
Binary1010010111111111110101010001101110100110000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF6A; }

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

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

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

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

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

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

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

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