#ADCD87

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

Shades of Feijoa #ADCD87

Tints of Feijoa #ADCD87

Color information

#ADCD87 (or 0xADCD87) is unknown color: approx Feijoa. HEX triplet: AD, CD and 87. RGB value is (173,205,135). Sum of RGB (Red+Green+Blue) = 173+205+135=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD87 is #523278. Grayscale: #BBBBBB. Windows color (decimal): -5386873 or 8900013. OLE color: 8900013.

HSL color Cylindrical-coordinate representation of color #ADCD87: hue angle of 87.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCD87 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB173205135-
CMYK0.1600.340.20
HSL87.43º41.18%66.67%-
HSV(B)87.43º34.15%80.39%-
XYZ43.4454.331.11-
YUV187.4598.4117.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=33.72%
G=39.96%
B=26.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051350.1600.340.2087.4341.1866.67
HexADCD871002214572943
Octal255315207200422412751103
Binary1010110111001101100001111000001000101010010101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD87; }

 p { color: rgb(173,205,135); }

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

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

 a { background-color: rgb(173,205,135); }

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

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

 span { border-color: rgb(173,205,135); }

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