#ADDB87

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

Shades of Feijoa #ADDB87

Tints of Feijoa #ADDB87

Color information

#ADDB87 (or 0xADDB87) is unknown color: approx Feijoa. HEX triplet: AD, DB and 87. RGB value is (173,219,135). Sum of RGB (Red+Green+Blue) = 173+219+135=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB87 is #522478. Grayscale: #C3C3C3. Windows color (decimal): -5383289 or 8903597. OLE color: 8903597.

HSL color Cylindrical-coordinate representation of color #ADDB87: hue angle of 92.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDB87 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB173219135-
CMYK0.2100.380.14
HSL92.86º53.85%69.41%-
HSV(B)92.86º38.36%85.88%-
XYZ46.9461.332.28-
YUV195.6793.76111.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=32.83%
G=41.56%
B=25.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732191350.2100.380.1492.8653.8569.41
HexADDB8715026E5d3645
Octal255333207250461613566105
Binary101011011101101110000111101010100110111010111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB87; }

 p { color: rgb(173,219,135); }

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

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

 a { background-color: rgb(173,219,135); }

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

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

 span { border-color: rgb(173,219,135); }

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