#A1D371

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

Shades of Feijoa #A1D371

Tints of Feijoa #A1D371

Color information

#A1D371 (or 0xA1D371) is unknown color: approx Feijoa. HEX triplet: A1, D3 and 71. RGB value is (161,211,113). Sum of RGB (Red+Green+Blue) = 161+211+113=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D371 is #5E2C8E. Grayscale: #B9B9B9. Windows color (decimal): -6171791 or 7459745. OLE color: 7459745.

HSL color Cylindrical-coordinate representation of color #A1D371: hue angle of 90.61º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D371 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB161211113-
CMYK0.2400.460.17
HSL90.61º52.69%63.53%-
HSV(B)90.61º46.45%82.75%-
XYZ40.9755.3624.15-
YUV184.8887.44110.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=33.20%
G=43.51%
B=23.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111130.2400.460.1790.6152.6963.53
HexA1D3711802E115b3540
Octal241323161300562113365100
Binary101000011101001111100011100001011101000110110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D371; }

 p { color: rgb(161,211,113); }

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

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

 a { background-color: rgb(161,211,113); }

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

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

 span { border-color: rgb(161,211,113); }

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