#A0D77E

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

Shades of Feijoa #A0D77E

Tints of Feijoa #A0D77E

Color information

#A0D77E (or 0xA0D77E) is unknown color: approx Feijoa. HEX triplet: A0, D7 and 7E. RGB value is (160,215,126). Sum of RGB (Red+Green+Blue) = 160+215+126=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D77E is #5F2881. Grayscale: #BCBCBC. Windows color (decimal): -6236290 or 8312736. OLE color: 8312736.

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

Color convert

RGB160215126-
CMYK0.2600.410.16
HSL97.08º52.66%66.86%-
HSV(B)97.08º41.4%84.31%-
XYZ42.5657.5828.61-
YUV188.4192.78107.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=31.94%
G=42.91%
B=25.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602151260.2600.410.1697.0852.6666.86
HexA0D77E1A02910613543
Octal240327176320512014165103
Binary101000001101011111111101101001010011000011000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D77E; }

 p { color: rgb(160,215,126); }

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

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

 a { background-color: rgb(160,215,126); }

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

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

 span { border-color: rgb(160,215,126); }

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