#A0D57D

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

Shades of Feijoa #A0D57D

Tints of Feijoa #A0D57D

Color information

#A0D57D (or 0xA0D57D) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 7D. RGB value is (160,213,125). Sum of RGB (Red+Green+Blue) = 160+213+125=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D57D is #5F2A82. Grayscale: #BBBBBB. Windows color (decimal): -6236803 or 8246688. OLE color: 8246688.

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

Color convert

RGB160213125-
CMYK0.2500.410.16
HSL96.14º51.16%66.27%-
HSV(B)96.14º41.31%83.53%-
XYZ41.9956.5428.1-
YUV187.1292.94108.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=32.13%
G=42.77%
B=25.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131250.2500.410.1696.1451.1666.27
HexA0D57D1902910603342
Octal240325175310512014063102
Binary101000001101010111111011100101010011000011000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D57D; }

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

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

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

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

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

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

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

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