#ADCC8E

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

Shades of Feijoa #ADCC8E

Tints of Feijoa #ADCC8E

Color information

#ADCC8E (or 0xADCC8E) is unknown color: approx Feijoa. HEX triplet: AD, CC and 8E. RGB value is (173,204,142). Sum of RGB (Red+Green+Blue) = 173+204+142=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC8E is #523371. Grayscale: #BBBBBB. Windows color (decimal): -5387122 or 9358509. OLE color: 9358509.

HSL color Cylindrical-coordinate representation of color #ADCC8E: hue angle of 90º 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 #ADCC8E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB173204142-
CMYK0.1500.300.2
HSL90º37.8%67.84%-
HSV(B)90º30.39%80%-
XYZ43.7154.0233.71-
YUV187.66102.23117.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=33.33%
G=39.31%
B=27.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041420.1500.300.29037.867.84
HexADCC8EF01E145a2644
Octal255314216170362413246104
Binary10101101110011001000111011110111101010010110101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC8E; }

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

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

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

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

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

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

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

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