#ADD980

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

Shades of Feijoa #ADD980

Tints of Feijoa #ADD980

Color information

#ADD980 (or 0xADD980) is unknown color: approx Feijoa. HEX triplet: AD, D9 and 80. RGB value is (173,217,128). Sum of RGB (Red+Green+Blue) = 173+217+128=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD980 is #52267F. Grayscale: #C2C2C2. Windows color (decimal): -5383808 or 8444333. OLE color: 8444333.

HSL color Cylindrical-coordinate representation of color #ADD980: hue angle of 89.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD980 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB173217128-
CMYK0.2000.410.15
HSL89.66º53.94%67.65%-
HSV(B)89.66º41.01%85.1%-
XYZ45.9460.0729.6-
YUV193.790.92113.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=33.40%
G=41.89%
B=24.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171280.2000.410.1589.6653.9467.65
HexADD98014029F5a3644
Octal255331200240511713266104
Binary101011011101100110000000101000101001111110110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD980; }

 p { color: rgb(173,217,128); }

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

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

 a { background-color: rgb(173,217,128); }

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

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

 span { border-color: rgb(173,217,128); }

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