#A0D97C

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

Shades of Feijoa #A0D97C

Tints of Feijoa #A0D97C

Color information

#A0D97C (or 0xA0D97C) is unknown color: approx Feijoa. HEX triplet: A0, D9 and 7C. RGB value is (160,217,124). Sum of RGB (Red+Green+Blue) = 160+217+124=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D97C is #5F2683. Grayscale: #BDBDBD. Windows color (decimal): -6235780 or 8182176. OLE color: 8182176.

HSL color Cylindrical-coordinate representation of color #A0D97C: hue angle of 96.77º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D97C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB160217124-
CMYK0.2600.430.15
HSL96.77º55.03%66.86%-
HSV(B)96.77º42.86%85.1%-
XYZ42.9558.5528.11-
YUV189.3691.12107.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=31.94%
G=43.31%
B=24.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171240.2600.430.1596.7755.0366.86
HexA0D97C1A02BF613743
Octal240331174320531714167103
Binary10100000110110011111100110100101011111111000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D97C; }

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

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

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

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

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

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

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

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