#ADD780

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

Shades of Feijoa #ADD780

Tints of Feijoa #ADD780

Color information

#ADD780 (or 0xADD780) is unknown color: approx Feijoa. HEX triplet: AD, D7 and 80. RGB value is (173,215,128). Sum of RGB (Red+Green+Blue) = 173+215+128=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD780 is #52287F. Grayscale: #C0C0C0. Windows color (decimal): -5384320 or 8443821. OLE color: 8443821.

HSL color Cylindrical-coordinate representation of color #ADD780: hue angle of 88.97º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD780 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB173215128-
CMYK0.2000.400.16
HSL88.97º52.1%67.25%-
HSV(B)88.97º40.47%84.31%-
XYZ45.4359.0429.42-
YUV192.5291.59114.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=33.53%
G=41.67%
B=24.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151280.2000.400.1688.9752.167.25
HexADD7801402810593443
Octal255327200240502013164103
Binary1010110111010111100000001010001010001000010110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD780; }

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

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

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

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

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

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

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

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