#A0DD82

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

Shades of Feijoa #A0DD82

Tints of Feijoa #A0DD82

Color information

#A0DD82 (or 0xA0DD82) is unknown color: approx Feijoa. HEX triplet: A0, DD and 82. RGB value is (160,221,130). Sum of RGB (Red+Green+Blue) = 160+221+130=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD82 is #5F227D. Grayscale: #C0C0C0. Windows color (decimal): -6234750 or 8576416. OLE color: 8576416.

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

Color convert

RGB160221130-
CMYK0.2800.410.13
HSL100.22º57.23%68.82%-
HSV(B)100.22º41.18%86.67%-
XYZ44.3860.830.52-
YUV192.3992.79104.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=31.31%
G=43.25%
B=25.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211300.2800.410.13100.2257.2368.82
HexA0DD821C029D643945
Octal240335202340511514471105
Binary101000001101110110000010111000101001110111001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD82; }

 p { color: rgb(160,221,130); }

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

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

 a { background-color: rgb(160,221,130); }

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

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

 span { border-color: rgb(160,221,130); }

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