#ADDC85

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

Shades of Feijoa #ADDC85

Tints of Feijoa #ADDC85

Color information

#ADDC85 (or 0xADDC85) is unknown color: approx Feijoa. HEX triplet: AD, DC and 85. RGB value is (173,220,133). Sum of RGB (Red+Green+Blue) = 173+220+133=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC85 is #52237A. Grayscale: #C4C4C4. Windows color (decimal): -5383035 or 8772781. OLE color: 8772781.

HSL color Cylindrical-coordinate representation of color #ADDC85: hue angle of 92.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDC85 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB173220133-
CMYK0.2100.400.14
HSL92.41º55.41%69.22%-
HSV(B)92.41º39.55%86.27%-
XYZ47.0661.7631.63-
YUV196.0392.43111.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=32.89%
G=41.83%
B=25.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201330.2100.400.1492.4155.4169.22
HexADDC8515028E5c3745
Octal255334205250501613467105
Binary101011011101110010000101101010101000111010111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC85; }

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

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

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

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

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

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

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

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