#ADDD8D

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

Shades of Feijoa #ADDD8D

Tints of Feijoa #ADDD8D

Color information

#ADDD8D (or 0xADDD8D) is unknown color: approx Feijoa. HEX triplet: AD, DD and 8D. RGB value is (173,221,141). Sum of RGB (Red+Green+Blue) = 173+221+141=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8D is #522272. Grayscale: #C5C5C5. Windows color (decimal): -5382771 or 9297325. OLE color: 9297325.

HSL color Cylindrical-coordinate representation of color #ADDD8D: hue angle of 96º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDD8D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB173221141-
CMYK0.2200.360.13
HSL96º54.05%70.98%-
HSV(B)96º36.2%86.67%-
XYZ47.962.5234.74-
YUV197.5396.1110.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=32.34%
G=41.31%
B=26.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211410.2200.360.139654.0570.98
HexADDD8D16024D603647
Octal255335215260441514066107
Binary101011011101110110001101101100100100110111000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD8D; }

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

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

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

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

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

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

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

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