#A0D071

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

Shades of Feijoa #A0D071

Tints of Feijoa #A0D071

Color information

#A0D071 (or 0xA0D071) is unknown color: approx Feijoa. HEX triplet: A0, D0 and 71. RGB value is (160,208,113). Sum of RGB (Red+Green+Blue) = 160+208+113=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D071 is #5F2F8E. Grayscale: #B7B7B7. Windows color (decimal): -6238095 or 7458976. OLE color: 7458976.

HSL color Cylindrical-coordinate representation of color #A0D071: hue angle of 90.32º 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 #A0D071 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB160208113-
CMYK0.2300.460.18
HSL90.32º50.26%62.94%-
HSV(B)90.32º45.67%81.57%-
XYZ40.0353.7823.89-
YUV182.8288.6111.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=33.26%
G=43.24%
B=23.49%

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
Decimal1602081130.2300.460.1890.3250.2662.94
HexA0D0711702E125a323f
Octal24032016127056221326277
Binary10100000110100001110001101110101110100101011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D071; }

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

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

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

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

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

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

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

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