#ADDE8D

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

Shades of Feijoa #ADDE8D

Tints of Feijoa #ADDE8D

Color information

#ADDE8D (or 0xADDE8D) is unknown color: approx Feijoa. HEX triplet: AD, DE and 8D. RGB value is (173,222,141). Sum of RGB (Red+Green+Blue) = 173+222+141=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE8D is #522172. Grayscale: #C6C6C6. Windows color (decimal): -5382515 or 9297581. OLE color: 9297581.

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

Color convert

RGB173222141-
CMYK0.2200.360.13
HSL96.3º55.1%71.18%-
HSV(B)96.3º36.49%87.06%-
XYZ48.1663.0534.83-
YUV198.1295.77110.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=32.28%
G=41.42%
B=26.31%

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
Decimal1732221410.2200.360.1396.355.171.18
HexADDE8D16024D603747
Octal255336215260441514067107
Binary101011011101111010001101101100100100110111000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE8D; }

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

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

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

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

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

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

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

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