#ADD883

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

Shades of Feijoa #ADD883

Tints of Feijoa #ADD883

Color information

#ADD883 (or 0xADD883) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 83. RGB value is (173,216,131). Sum of RGB (Red+Green+Blue) = 173+216+131=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD883 is #52277C. Grayscale: #C1C1C1. Windows color (decimal): -5384061 or 8640685. OLE color: 8640685.

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

Color convert

RGB173216131-
CMYK0.2000.390.15
HSL90.35º52.15%68.04%-
HSV(B)90.35º39.35%84.71%-
XYZ45.8959.6330.56-
YUV193.4592.75113.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=33.27%
G=41.54%
B=25.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161310.2000.390.1590.3552.1568.04
HexADD88314027F5a3444
Octal255330203240471713264104
Binary101011011101100010000011101000100111111110110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD883; }

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

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

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

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

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

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

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

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