#A1DF89

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

Shades of Feijoa #A1DF89

Tints of Feijoa #A1DF89

Color information

#A1DF89 (or 0xA1DF89) is unknown color: approx Feijoa. HEX triplet: A1, DF and 89. RGB value is (161,223,137). Sum of RGB (Red+Green+Blue) = 161+223+137=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF89 is #5E2076. Grayscale: #C2C2C2. Windows color (decimal): -6168695 or 9035681. OLE color: 9035681.

HSL color Cylindrical-coordinate representation of color #A1DF89: hue angle of 103.26º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1DF89 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB161223137-
CMYK0.2800.390.13
HSL103.26º57.33%70.59%-
HSV(B)103.26º38.57%87.45%-
XYZ45.662.1633.26-
YUV194.6695.46103.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 137 (53.91% from 255) = 26.30%
R=30.90%
G=42.80%
B=26.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231370.2800.390.13103.2657.3370.59
HexA1DF891C027D673947
Octal241337211340471514771107
Binary101000011101111110001001111000100111110111001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF89; }

 p { color: rgb(161,223,137); }

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

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

 a { background-color: rgb(161,223,137); }

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

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

 span { border-color: rgb(161,223,137); }

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