#ADD886

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

Shades of Feijoa #ADD886

Tints of Feijoa #ADD886

Color information

#ADD886 (or 0xADD886) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 86. RGB value is (173,216,134). Sum of RGB (Red+Green+Blue) = 173+216+134=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD886 is #522779. Grayscale: #C2C2C2. Windows color (decimal): -5384058 or 8837293. OLE color: 8837293.

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

Color convert

RGB173216134-
CMYK0.2000.380.15
HSL91.46º51.25%68.63%-
HSV(B)91.46º37.96%84.71%-
XYZ46.0959.7231.65-
YUV193.894.25113.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=33.08%
G=41.30%
B=25.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161340.2000.380.1591.4651.2568.63
HexADD88614026F5b3345
Octal255330206240461713363105
Binary101011011101100010000110101000100110111110110111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD886; }

 p { color: rgb(173,216,134); }

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

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

 a { background-color: rgb(173,216,134); }

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

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

 span { border-color: rgb(173,216,134); }

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