#A5FD69

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

Shades of Feijoa #A5FD69

Tints of Feijoa #A5FD69

Color information

#A5FD69 (or 0xA5FD69) is unknown color: approx Feijoa. HEX triplet: A5, FD and 69. RGB value is (165,253,105). Sum of RGB (Red+Green+Blue) = 165+253+105=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD69 is #5A0296. Grayscale: #D2D2D2. Windows color (decimal): -5898903 or 6946213. OLE color: 6946213.

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

Color convert

RGB165253105-
CMYK0.3500.580.01
HSL95.68º97.37%70.2%-
HSV(B)95.68º58.5%99.22%-
XYZ53.1979.2725.86-
YUV209.8268.8596.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=31.55%
G=48.37%
B=20.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531050.3500.580.0195.6897.3770.2
HexA5FD692303A1606146
Octal245375151430721140141106
Binary1010010111111101110100110001101110101110000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD69; }

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

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

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

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

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

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

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

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