#A0D271

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

Shades of Feijoa #A0D271

Tints of Feijoa #A0D271

Color information

#A0D271 (or 0xA0D271) is unknown color: approx Feijoa. HEX triplet: A0, D2 and 71. RGB value is (160,210,113). Sum of RGB (Red+Green+Blue) = 160+210+113=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D271 is #5F2D8E. Grayscale: #B8B8B8. Windows color (decimal): -6237583 or 7459488. OLE color: 7459488.

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

Color convert

RGB160210113-
CMYK0.2400.460.18
HSL90.93º51.87%63.33%-
HSV(B)90.93º46.19%82.35%-
XYZ40.5254.7624.06-
YUV183.9987.94110.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=33.13%
G=43.48%
B=23.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101130.2400.460.1890.9351.8763.33
HexA0D2711802E125b343f
Octal24032216130056221336477
Binary10100000110100101110001110000101110100101011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D271; }

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

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

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

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

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

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

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

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