#A1DA7E

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

Shades of Feijoa #A1DA7E

Tints of Feijoa #A1DA7E

Color information

#A1DA7E (or 0xA1DA7E) is unknown color: approx Feijoa. HEX triplet: A1, DA and 7E. RGB value is (161,218,126). Sum of RGB (Red+Green+Blue) = 161+218+126=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA7E is #5E2581. Grayscale: #BEBEBE. Windows color (decimal): -6169986 or 8313505. OLE color: 8313505.

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

Color convert

RGB161218126-
CMYK0.2600.420.15
HSL97.17º55.42%67.45%-
HSV(B)97.17º42.2%85.49%-
XYZ43.5459.2328.88-
YUV190.4791.62106.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=31.88%
G=43.17%
B=24.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181260.2600.420.1597.1755.4267.45
HexA1DA7E1A02AF613743
Octal241332176320521714167103
Binary10100001110110101111110110100101010111111000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA7E; }

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

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

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

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

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

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

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

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