#ADD88D

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

Shades of Feijoa #ADD88D

Tints of Feijoa #ADD88D

Color information

#ADD88D (or 0xADD88D) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 8D. RGB value is (173,216,141). Sum of RGB (Red+Green+Blue) = 173+216+141=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD88D is #522772. Grayscale: #C2C2C2. Windows color (decimal): -5384051 or 9296045. OLE color: 9296045.

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

Color convert

RGB173216141-
CMYK0.2000.350.15
HSL94.4º49.02%70%-
HSV(B)94.4º34.72%84.71%-
XYZ46.659.9234.31-
YUV194.5997.75112.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=32.64%
G=40.75%
B=26.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161410.2000.350.1594.449.0270
HexADD88D14023F5e3146
Octal255330215240431713661106
Binary101011011101100010001101101000100011111110111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD88D; }

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

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

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

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

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

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

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

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