#A1DA85

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

Shades of Feijoa #A1DA85

Tints of Feijoa #A1DA85

Color information

#A1DA85 (or 0xA1DA85) is unknown color: approx Feijoa. HEX triplet: A1, DA and 85. RGB value is (161,218,133). Sum of RGB (Red+Green+Blue) = 161+218+133=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA85 is #5E257A. Grayscale: #BFBFBF. Windows color (decimal): -6169979 or 8772257. OLE color: 8772257.

HSL color Cylindrical-coordinate representation of color #A1DA85: hue angle of 100.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1DA85 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB161218133-
CMYK0.2600.390.15
HSL100.24º53.46%68.82%-
HSV(B)100.24º38.99%85.49%-
XYZ4459.4131.34-
YUV191.2795.12106.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=31.45%
G=42.58%
B=25.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181330.2600.390.15100.2453.4668.82
HexA1DA851A027F643545
Octal241332205320471714465105
Binary101000011101101010000101110100100111111111001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA85; }

 p { color: rgb(161,218,133); }

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

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

 a { background-color: rgb(161,218,133); }

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

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

 span { border-color: rgb(161,218,133); }

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