#ADDC8D

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

Shades of Feijoa #ADDC8D

Tints of Feijoa #ADDC8D

Color information

#ADDC8D (or 0xADDC8D) is unknown color: approx Feijoa. HEX triplet: AD, DC and 8D. RGB value is (173,220,141). Sum of RGB (Red+Green+Blue) = 173+220+141=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8D is #522372. Grayscale: #C5C5C5. Windows color (decimal): -5383027 or 9297069. OLE color: 9297069.

HSL color Cylindrical-coordinate representation of color #ADDC8D: hue angle of 95.7º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDC8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB173220141-
CMYK0.2100.360.14
HSL95.7º53.02%70.78%-
HSV(B)95.7º35.91%86.27%-
XYZ47.6361.9934.65-
YUV196.9496.43110.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=32.40%
G=41.20%
B=26.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201410.2100.360.1495.753.0270.78
HexADDC8D15024E603547
Octal255334215250441614065107
Binary101011011101110010001101101010100100111011000001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC8D; }

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

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

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

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

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

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

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

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