#ADCD89

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

Shades of Feijoa #ADCD89

Tints of Feijoa #ADCD89

Color information

#ADCD89 (or 0xADCD89) is unknown color: approx Feijoa. HEX triplet: AD, CD and 89. RGB value is (173,205,137). Sum of RGB (Red+Green+Blue) = 173+205+137=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD89 is #523276. Grayscale: #BBBBBB. Windows color (decimal): -5386871 or 9031085. OLE color: 9031085.

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

Color convert

RGB173205137-
CMYK0.1600.330.20
HSL88.24º40.48%67.06%-
HSV(B)88.24º33.17%80.39%-
XYZ43.5854.3531.86-
YUV187.6899.4117.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=33.59%
G=39.81%
B=26.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051370.1600.330.2088.2440.4867.06
HexADCD891002114582843
Octal255315211200412413050103
Binary1010110111001101100010011000001000011010010110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD89; }

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

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

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

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

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

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

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

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