#A0D57C

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

Shades of Feijoa #A0D57C

Tints of Feijoa #A0D57C

Color information

#A0D57C (or 0xA0D57C) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 7C. RGB value is (160,213,124). Sum of RGB (Red+Green+Blue) = 160+213+124=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D57C is #5F2A83. Grayscale: #BBBBBB. Windows color (decimal): -6236804 or 8181152. OLE color: 8181152.

HSL color Cylindrical-coordinate representation of color #A0D57C: hue angle of 95.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D57C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB160213124-
CMYK0.2500.420.16
HSL95.73º51.45%66.08%-
HSV(B)95.73º41.78%83.53%-
XYZ41.9356.5227.77-
YUV187.0192.44108.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=32.19%
G=42.86%
B=24.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131240.2500.420.1695.7351.4566.08
HexA0D57C1902A10603342
Octal240325174310522014063102
Binary101000001101010111111001100101010101000011000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D57C; }

 p { color: rgb(160,213,124); }

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

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

 a { background-color: rgb(160,213,124); }

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

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

 span { border-color: rgb(160,213,124); }

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