#A1D071

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

Shades of Feijoa #A1D071

Tints of Feijoa #A1D071

Color information

#A1D071 (or 0xA1D071) is unknown color: approx Feijoa. HEX triplet: A1, D0 and 71. RGB value is (161,208,113). Sum of RGB (Red+Green+Blue) = 161+208+113=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D071 is #5E2F8E. Grayscale: #B7B7B7. Windows color (decimal): -6172559 or 7458977. OLE color: 7458977.

HSL color Cylindrical-coordinate representation of color #A1D071: hue angle of 89.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D071 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB161208113-
CMYK0.2300.460.18
HSL89.68º50.26%62.94%-
HSV(B)89.68º45.67%81.57%-
XYZ40.2353.8823.9-
YUV183.1288.43112.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=33.40%
G=43.15%
B=23.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081130.2300.460.1889.6850.2662.94
HexA1D0711702E125a323f
Octal24132016127056221326277
Binary10100001110100001110001101110101110100101011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D071; }

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

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

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

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

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

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

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

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