#ADCE8E

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

Shades of Feijoa #ADCE8E

Tints of Feijoa #ADCE8E

Color information

#ADCE8E (or 0xADCE8E) is unknown color: approx Feijoa. HEX triplet: AD, CE and 8E. RGB value is (173,206,142). Sum of RGB (Red+Green+Blue) = 173+206+142=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE8E is #523171. Grayscale: #BDBDBD. Windows color (decimal): -5386610 or 9359021. OLE color: 9359021.

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

Color convert

RGB173206142-
CMYK0.1600.310.19
HSL90.94º39.51%68.24%-
HSV(B)90.94º31.07%80.78%-
XYZ44.1954.9833.87-
YUV188.84101.57116.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=33.21%
G=39.54%
B=27.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061420.1600.310.1990.9439.5168.24
HexADCE8E1001F135b2844
Octal255316216200372313350104
Binary101011011100111010001110100000111111001110110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE8E; }

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

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

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

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

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

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

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

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