#ADCD8E

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

Shades of Feijoa #ADCD8E

Tints of Feijoa #ADCD8E

Color information

#ADCD8E (or 0xADCD8E) is unknown color: approx Feijoa. HEX triplet: AD, CD and 8E. RGB value is (173,205,142). Sum of RGB (Red+Green+Blue) = 173+205+142=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8E is #523271. Grayscale: #BCBCBC. Windows color (decimal): -5386866 or 9358765. OLE color: 9358765.

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

Color convert

RGB173205142-
CMYK0.1600.310.20
HSL90.48º38.65%68.04%-
HSV(B)90.48º30.73%80.39%-
XYZ43.9554.533.79-
YUV188.25101.9117.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=33.27%
G=39.42%
B=27.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051420.1600.310.2090.4838.6568.04
HexADCD8E1001F145a2744
Octal255315216200372413247104
Binary101011011100110110001110100000111111010010110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD8E; }

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

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

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

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

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

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

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

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