#ADCD88

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

Shades of Feijoa #ADCD88

Tints of Feijoa #ADCD88

Color information

#ADCD88 (or 0xADCD88) is unknown color: approx Feijoa. HEX triplet: AD, CD and 88. RGB value is (173,205,136). Sum of RGB (Red+Green+Blue) = 173+205+136=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD88 is #523277. Grayscale: #BBBBBB. Windows color (decimal): -5386872 or 8965549. OLE color: 8965549.

HSL color Cylindrical-coordinate representation of color #ADCD88: hue angle of 87.83º 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 #ADCD88 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB173205136-
CMYK0.1600.340.20
HSL87.83º40.83%66.86%-
HSV(B)87.83º33.66%80.39%-
XYZ43.5154.3231.49-
YUV187.5798.9117.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=33.66%
G=39.88%
B=26.46%

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
Decimal1732051360.1600.340.2087.8340.8366.86
HexADCD881002214582943
Octal255315210200422413051103
Binary1010110111001101100010001000001000101010010110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD88; }

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

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

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

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

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

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

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

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