#ADCD8C

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

Shades of Feijoa #ADCD8C

Tints of Feijoa #ADCD8C

Color information

#ADCD8C (or 0xADCD8C) is unknown color: approx Feijoa. HEX triplet: AD, CD and 8C. RGB value is (173,205,140). Sum of RGB (Red+Green+Blue) = 173+205+140=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8C is #523273. Grayscale: #BCBCBC. Windows color (decimal): -5386868 or 9227693. OLE color: 9227693.

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

Color convert

RGB173205140-
CMYK0.1600.320.20
HSL89.54º39.39%67.65%-
HSV(B)89.54º31.71%80.39%-
XYZ43.854.4433.01-
YUV188.02100.9117.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=33.40%
G=39.58%
B=27.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051400.1600.320.2089.5439.3967.65
HexADCD8C10020145a2744
Octal255315214200402413247104
Binary1010110111001101100011001000001000001010010110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD8C; }

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

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

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

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

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

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

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

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