#ADDD8E

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

Shades of Feijoa #ADDD8E

Tints of Feijoa #ADDD8E

Color information

#ADDD8E (or 0xADDD8E) is unknown color: approx Feijoa. HEX triplet: AD, DD and 8E. RGB value is (173,221,142). Sum of RGB (Red+Green+Blue) = 173+221+142=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8E is #522271. Grayscale: #C5C5C5. Windows color (decimal): -5382770 or 9362861. OLE color: 9362861.

HSL color Cylindrical-coordinate representation of color #ADDD8E: hue angle of 96.46º 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 #ADDD8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB173221142-
CMYK0.2200.360.13
HSL96.46º53.74%71.18%-
HSV(B)96.46º35.75%86.67%-
XYZ47.9762.5535.14-
YUV197.6496.6110.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=32.28%
G=41.23%
B=26.49%

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
Decimal1732211420.2200.360.1396.4653.7471.18
HexADDD8E16024D603647
Octal255335216260441514066107
Binary101011011101110110001110101100100100110111000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD8E; }

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

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

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

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

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

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

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

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