#ADDD85

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

Shades of Feijoa #ADDD85

Tints of Feijoa #ADDD85

Color information

#ADDD85 (or 0xADDD85) is unknown color: approx Feijoa. HEX triplet: AD, DD and 85. RGB value is (173,221,133). Sum of RGB (Red+Green+Blue) = 173+221+133=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD85 is #52227A. Grayscale: #C4C4C4. Windows color (decimal): -5382779 or 8773037. OLE color: 8773037.

HSL color Cylindrical-coordinate representation of color #ADDD85: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDD85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB173221133-
CMYK0.2200.400.13
HSL92.73º56.41%69.41%-
HSV(B)92.73º39.82%86.67%-
XYZ47.3262.2931.72-
YUV196.6292.1111.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=32.83%
G=41.94%
B=25.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211330.2200.400.1392.7356.4169.41
HexADDD8516028D5d3845
Octal255335205260501513570105
Binary101011011101110110000101101100101000110110111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD85; }

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

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

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

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

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

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

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

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