#ADCD8F

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

Shades of Feijoa #ADCD8F

Tints of Feijoa #ADCD8F

Color information

#ADCD8F (or 0xADCD8F) is unknown color: approx Feijoa. HEX triplet: AD, CD and 8F. RGB value is (173,205,143). Sum of RGB (Red+Green+Blue) = 173+205+143=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8F is #523270. Grayscale: #BCBCBC. Windows color (decimal): -5386865 or 9424301. OLE color: 9424301.

HSL color Cylindrical-coordinate representation of color #ADCD8F: hue angle of 90.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCD8F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB173205143-
CMYK0.1600.300.20
HSL90.97º38.27%68.24%-
HSV(B)90.97º30.24%80.39%-
XYZ44.0254.5334.19-
YUV188.36102.4117.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=33.21%
G=39.35%
B=27.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051430.1600.300.2090.9738.2768.24
HexADCD8F1001E145b2644
Octal255315217200362413346104
Binary101011011100110110001111100000111101010010110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD8F; }

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

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

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

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

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

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

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

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