#A0DE7C

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

Shades of Feijoa #A0DE7C

Tints of Feijoa #A0DE7C

Color information

#A0DE7C (or 0xA0DE7C) is unknown color: approx Feijoa. HEX triplet: A0, DE and 7C. RGB value is (160,222,124). Sum of RGB (Red+Green+Blue) = 160+222+124=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE7C is #5F2183. Grayscale: #C0C0C0. Windows color (decimal): -6234500 or 8183456. OLE color: 8183456.

HSL color Cylindrical-coordinate representation of color #A0DE7C: hue angle of 97.96º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0DE7C is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB160222124-
CMYK0.2800.440.13
HSL97.96º59.76%67.84%-
HSV(B)97.96º44.14%87.06%-
XYZ44.2661.1728.54-
YUV192.2989.46104.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=31.62%
G=43.87%
B=24.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221240.2800.440.1397.9659.7667.84
HexA0DE7C1C02CD623c44
Octal240336174340541514274104
Binary10100000110111101111100111000101100110111000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE7C; }

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

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

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

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

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

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

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

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