#A5FF69

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

Shades of Feijoa #A5FF69

Tints of Feijoa #A5FF69

Color information

#A5FF69 (or 0xA5FF69) is unknown color: approx Feijoa. HEX triplet: A5, FF and 69. RGB value is (165,255,105). Sum of RGB (Red+Green+Blue) = 165+255+105=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF69 is #5A0096. Grayscale: #D3D3D3. Windows color (decimal): -5898391 or 6946725. OLE color: 6946725.

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

Color convert

RGB165255105-
CMYK0.3500.590
HSL96º100%70.59%-
HSV(B)96º58.82%100%-
XYZ53.8380.5426.07-
YUV210.9968.1895.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 105 (41.41% from 255) = 20%
R=31.43%
G=48.57%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551050.3500.5909610070.59
HexA5FF692303B0606447
Octal245377151430730140144107
Binary1010010111111111110100110001101110110110000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF69; }

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

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

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

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

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

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

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

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