#A1DD85

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

Shades of Feijoa #A1DD85

Tints of Feijoa #A1DD85

Color information

#A1DD85 (or 0xA1DD85) is unknown color: approx Feijoa. HEX triplet: A1, DD and 85. RGB value is (161,221,133). Sum of RGB (Red+Green+Blue) = 161+221+133=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD85 is #5E227A. Grayscale: #C1C1C1. Windows color (decimal): -6169211 or 8773025. OLE color: 8773025.

HSL color Cylindrical-coordinate representation of color #A1DD85: hue angle of 100.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1DD85 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB161221133-
CMYK0.2700.400.13
HSL100.91º56.41%69.41%-
HSV(B)100.91º39.82%86.67%-
XYZ44.7960.9831.6-
YUV193.0394.12105.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=31.26%
G=42.91%
B=25.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211330.2700.400.13100.9156.4169.41
HexA1DD851B028D653845
Octal241335205330501514570105
Binary101000011101110110000101110110101000110111001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD85; }

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

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

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

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

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

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

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

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