#A1D86F

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

Shades of Feijoa #A1D86F

Tints of Feijoa #A1D86F

Color information

#A1D86F (or 0xA1D86F) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 6F. RGB value is (161,216,111). Sum of RGB (Red+Green+Blue) = 161+216+111=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D86F is #5E2790. Grayscale: #BBBBBB. Windows color (decimal): -6170513 or 7329953. OLE color: 7329953.

HSL color Cylindrical-coordinate representation of color #A1D86F: hue angle of 91.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D86F is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB161216111-
CMYK0.2500.490.15
HSL91.43º57.38%64.12%-
HSV(B)91.43º48.61%84.71%-
XYZ42.1257.8423.98-
YUV187.5884.78109.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=32.99%
G=44.26%
B=22.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161110.2500.490.1591.4357.3864.12
HexA1D86F19031F5b3940
Octal241330157310611713371100
Binary10100001110110001101111110010110001111110110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D86F; }

 p { color: rgb(161,216,111); }

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

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

 a { background-color: rgb(161,216,111); }

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

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

 span { border-color: rgb(161,216,111); }

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